Toggle navigation
Big Data
/
Search
/
DevOps
About
project
Drill
(112)
Calcite
(6)
Hive
(1)
author
()
Ted Yu
(12531)
Harsh J
(6378)
Stack
(6069)
Todd Lipcon
(5894)
Andrew Purtell
(5544)
Vinod Kone
(5313)
Jonathan Ellis
(5274)
Josh Elser
(4731)
Jean-Daniel Cryans
(4559)
stack
(4286)
Jun Rao
(4055)
Steve Loughran
(3815)
Ted Dunning
(3655)
Ben Mahler
(3502)
James Taylor
(3327)
Patrick Hunt
(3275)
Edward J. Yoon
(3252)
Benjamin Hindman
(3103)
Sean Busbey
(3002)
Brock Noland
(2928)
Stephan Ewen
(2875)
Edward Capriolo
(2825)
Guozhang Wang
(2791)
Julian Hyde
(2748)
Owen OMalley
(2742)
aaron morton
(2715)
Konstantin Boudnik
(2607)
Aljoscha Krettek
(2587)
Reynold Xin
(2587)
Arun C Murthy
(2571)
Sean Owen
(2494)
Doug Cutting
(2381)
Hari Shreedharan
(2363)
Jean-Marc Spaggiari
(2350)
Vinod Kumar Vavilapalli
(2272)
Roman Shaposhnik
(2250)
Fabian Hueske
(2244)
Jie Yu
(2198)
Wes McKinney
(2174)
Mich Talebzadeh
(2173)
Alan Gates
(2145)
Joe Witt
(2127)
Alejandro Abdelnur
(2113)
Till Rohrmann
(2110)
Allen Wittenauer
(2080)
Mike Percy
(2047)
Jarek Jarcec Cecho
(2038)
Jacques Nadeau
(2036)
Jean-Baptiste Onofré
(1985)
Amareshwari Sriramadasu
(1980)
Matthias J. Sax
(1967)
Robert Metzger
(1902)
Jordan Zimmerman
(1891)
Jarek Cecho
(1875)
Sylvain Lebresne
(1867)
Keith Turner
(1852)
Neha Narkhede
(1851)
lars hofhansl
(1834)
Jeff Zhang
(1832)
Gwen Shapira
(1828)
type
issue
(102)
mail # dev
(17)
mail # user
(4)
date
last 7 days (3)
last 30 days (11)
last 90 days (25)
last 6 months (62)
last 9 months (119)
Search
Sort:
time-biased relevance
relevancy
newest on top
oldest on top
clear
query
|
facets
|
time
Search criteria:
. Results from
1
to
10
from
119
(0.0s).
Loading phrases to help you
refine your search...
[DRILL-6331] Parquet filter pushdown does not support the native hive reader
-
Drill
- [issue]
...Initially HiveDrillNativeParquetGroupScan was based mainly on HiveScan, the core difference between them wasthat HiveDrillNativeParquetScanBatchCreator was creating ParquetRecordReader inste...
http://issues.apache.org/jira/browse/DRILL-6331
Author:
Arina Ielchiieva
, 2018-04-19, 07:15
[DRILL-6118] Handle item star columns during project / filter push down and directory pruning
-
Drill
- [issue]
...Project push down, filter push down and partition pruning does not work with dynamically expanded column with is represented as star in ITEM operator: ITEM($0, 'column_name') where $0 is a s...
http://issues.apache.org/jira/browse/DRILL-6118
Author:
Arina Ielchiieva
, 2018-04-16, 21:16
[DRILL-6174] Parquet pushdown planning improvements
-
Drill
- [issue]
...Currently parquet pushdown planning has certain limitations (https://drill.apache.org/docs/parquet-filter-pushdown/). This Jira aims to fix some of them. List of improvements can be find bel...
http://issues.apache.org/jira/browse/DRILL-6174
Author:
Arina Ielchiieva
, 2018-04-16, 21:13
[DRILL-6009] No drillbits on index page
-
Drill
- [issue]
...After DRILL-4286 once I saw that index page showed no drillbits at all but it was working, so at least one drillbit was online (empty_drillbits.JPG). After refresh everything was fine....
http://issues.apache.org/jira/browse/DRILL-6009
Author:
Arina Ielchiieva
, 2018-04-02, 19:12
[DRILL-6259] Support parquet filter push down for complex types
-
Drill
- [issue]
...Currently parquet filter push down is not working for complex types (including arrays).This Jira aims to implement filter push down for complex types which underneath type is among supported...
http://issues.apache.org/jira/browse/DRILL-6259
Author:
Arina Ielchiieva
, 2018-03-31, 19:48
[DRILL-6227] Graceful shutdown should fail if unable to kill drillbit during some timeout rather then trying indefinitely
-
Drill
- [issue]
...In drillbit.sh graceful shutdown calls drillbit stop with kill_drillbit set to false.kill_drillbit=falsestop_bit $kill_drillbitIt means that waitForProcessEnd will be called with the same pr...
http://issues.apache.org/jira/browse/DRILL-6227
Author:
Arina Ielchiieva
, 2018-03-27, 20:17
[DRILL-6022] Improve js part for graceful shutdown
-
Drill
- [issue]
...DRILL-4286 introduces graceful shutdown but its js part needs improvement:a. ajax call do not handle errors, so when error occurs it is just swallowed.b. there are some unused and / or unnec...
http://issues.apache.org/jira/browse/DRILL-6022
Author:
Arina Ielchiieva
, 2018-03-27, 20:17
[DRILL-6023] Graceful shutdown improvements (umbrella jira)
-
Drill
- [issue]
...DRILL-4286 introduces graceful shutdown.This is umbrella Jira for currently known graceful shutdown improvements.All known Jiras are linked....
http://issues.apache.org/jira/browse/DRILL-6023
Author:
Arina Ielchiieva
, 2018-03-27, 20:16
[DRILL-6008] Unable to shutdown Drillbit using short domain name
-
Drill
- [issue]
...Could not shutdown drillbit on cluster where host name was used as drillbit's address (fqdn.JPG). Pressing shutdown resulted in (response_of_undefined.JPG). I have tried using ip address and...
http://issues.apache.org/jira/browse/DRILL-6008
Author:
Arina Ielchiieva
, 2018-03-27, 20:15
[DRILL-6290] Refactor TestInfoSchemaFilterPushDown tests to use PlanTestBase utility methods
-
Drill
- [issue]
...PlanTestBase has useful utility methods to match query plans.It would be useful to TestInfoSchemaFilterPushDown to use such utility methods plus loosen expected pattern to match exactly what...
http://issues.apache.org/jira/browse/DRILL-6290
Author:
Arina Ielchiieva
, 2018-03-26, 11:59
1
2
3
4
5
Next >