aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetScanBatchCreator.java
AgeCommit message (Expand)Author
2019-03-05DRILL-5603: Replace String file paths to Hadoop PathVitalii Diravka
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-04-27DRILL-6331: Revisit Hive Drill native parquet implementation to be exposed to...Arina Ielchiieva
2018-02-19DRILL-6164: Heap memory leak during parquet scan and OOMVlad Rozov
2018-01-26DRILL-5730: Mock testing improvements and interface improvementsTimothy Farkas
2017-11-13DRILL-5832: Change OperatorFixture to use system option managerPaul Rogers
2017-09-05DRILL-5546: Handle schema change exception failure caused by empty input or e...Jinfeng Ni
2017-08-15DRILL-5660: Parquet metadata caching improvementsVitalii Diravka
2017-08-14DRILL-4735: ConvertCountToDirectScan rule enhancementsArina Ielchiieva
2016-12-12DRILL-5081: Lower logging level for corrupt dates messageSudheesh Katkam
2016-11-04DRILL-1950: Parquet rowgroup level filter pushdown in query planning time.Jinfeng Ni
2016-11-02DRILL-4800: Add AsyncPageReader to pipeline PageRead Use non tracking input s...Parth Chandra
2016-10-21DRILL-4905: Push down the LIMIT to the parquet reader scan to limit the numbe...Padma Penumarthy
2016-10-14DRILL-4203: Parquet File. Date is stored wrongly - Added new extra field in t...Vitalii Diravka
2016-10-14DRILL-4203: Fix date values written in parquet files created by DrillJason Altekruse
2016-08-24DRILL-4852: Fix performance regression for COUNT(*) query over large JSON tableArina Ielchiieva
2016-06-18DRILL-3474: Add implicit file columns supportArina Ielchiieva
2016-02-22DRILL-4387: GroupScan or ScanBatchCreator should not use star column in case ...Jinfeng Ni
2016-02-05DRILL-3581: Upgrade to Guava 18.0Jacques Nadeau
2015-12-21DRILL-4134: Allocator ImprovementsJacques Nadeau
2015-12-14DRILL-4152: Add trace logging to Parquet reader for performance tuning. This...Parth Chandra
2015-11-04DRILL-4028: Update Drill to leverage latest version of Parquet library.Jason Altekruse
2015-06-29DRILL-3422: Multiple unit test failures on Windows with current masterAditya Kishore
2015-06-04Update version for hadoop dependencies in mapr profileSteven Phillips
2015-05-12DRILL-2780: Check for open files when closing OperatorContextSteven Phillips
2015-05-07DRILL-2006: Updated Text reader. Increases variations of text files Drill ca...Jacques Nadeau
2015-05-07DRILL-2959: Make sure to close out compression codecs and associated resources.Jacques Nadeau
2015-05-02DRILL-2826: Simplify and centralize Operator CleanupJacques Nadeau
2015-04-21DRILL-2514: Add support for impersonation in FileSystem storage plugin.vkorukanti
2015-04-21DRILL-2413: FileSystemPlugin refactoring: avoid sharing DrillFileSystem acros...vkorukanti
2015-03-25DRILL-2367: Removed partition column label in conf (gets from options)Sudheesh Katkam
2015-03-25DRILL-2323: Added parquet metadata to logs (+filename to JSON reader)Sudheesh Katkam
2015-02-05DRILL-2080: Add IO Stats for JSON/Parquet type input filesvkorukanti
2014-12-11DRILL-1845: Do not pass partition columns to parquet readerHanifi Gunes
2014-11-13DRILL-1701: Fix for nullable dictionary columns in optimized parquet reader. ...Jason Altekruse
2014-11-13DRILL-1704: Use complex reader for dictionary encoded files, as original read...Jason Altekruse
2014-11-11Drill-1688: Complex parquet reader fails to read wide records.Jason Altekruse
2014-09-11DRILL-634: Cleanup/organize Java imports and trailing whitespaces from Drill ...Aditya Kishore
2014-08-29DRILL-1334: Make sure to copy operator id while cloning ParquetGroupScanHanifi Gunes
2014-08-29DRILL-1359 Fix reading and writing of repeated scalar types in ParquetParth Chandra
2014-08-29DRILL-1309: Implement ProjectPastFilterPushdown and update DrillScanRel cost ...Hanifi Gunes
2014-08-18DRILL-1281: Read into Direct Memory in Parquet Reader. Requires Hadoop 2.4 or...Parth Chandra
2014-08-06DRILL-1232: Fix unsupported exception while using 'where' clause with partiti...Mehant Baid
2014-07-29DRILL-1058: Read complex types in parquetSteven Phillips
2014-07-29DRILL-945: Implementation of repeated reader and writer for parquet. Includes...Jason Altekruse
2014-05-04DRILL-620: Memory consumption fixesSteven Phillips
2014-04-22DRILL-468 Support for FileSystem partitionsSteven Phillips
2014-04-19Start on move towards optiq for I --> pJacques Nadeau
2014-03-03Integrate new SQL changes with Hive storage engine, moving to automatic file ...Jacques Nadeau
2014-03-03DRILL-315: Parquet/JSON selective column read, parquet performance evaluation...Jason Altekruse