aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders
AgeCommit message (Expand)Author
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-07-19Fix for DRILL-4759: Drill throwing array index out of bound exception when re...Padma Penumarthy
2016-03-02DRILL-4327: Fix rawtypes warnings in drill codebaseLaurent Goujon
2016-02-16DRILL-4382: Remove dependency on drill-logical from vector packageSteven Phillips
2016-02-05DRILL-3581: Upgrade to Guava 18.0Jacques Nadeau
2016-02-04DRILL-4349: parquet reader returns wrong results when reading a nullable colu...adeneche
2016-01-29DRILL-4279: Improve performance for skipAll query against Text/JSON/Parquet t...Jinfeng Ni
2015-12-17DRILL-4205: Reset readStart every time a new page is read. This closes #306Parth Chandra
2015-12-14DRILL-4152: Add trace logging to Parquet reader for performance tuning. This...Parth Chandra
2015-11-12DRILL-3987: (REFACTOR) Common and Vector modules building.Jacques Nadeau
2015-11-06DRILL-4048: Fix reading required dictionary encoded varbinary data in parquet...Jason Altekruse
2015-11-04DRILL-4028: Update Drill to leverage latest version of Parquet library.Jason Altekruse
2015-11-02DRILL-3871: Off by one error while reading binary fields with one terminal nu...Parth Chandra
2015-09-28DRILL-2908: Fix Parquet for var length vectors where encoding changes across ...Parth Chandra
2015-09-28DRILL-2908:Enable reading the Int 96 type from parquet files.Jason Altekruse
2015-09-17DRILL-1942-readers:Chris Westin
2015-06-03DRILL-3155: Part 1: Move complex vectors logic in the correct package.Mehant Baid
2015-05-12DRILL-1980: Add support for CTAS with interval data type.Mehant Baid
2015-05-11DRILL-2150: Create an abstraction for repeated value vectors.Hanifi Gunes
2015-05-10DRILL-3017: Safeguard against NPEs in RecordReader.cleanup()svkorukanti
2015-05-07DRILL-2848: Provide option to disable decimal data typeMehant Baid
2015-05-07DRILL-2848: Hygiene - ParquetToDrillConverter cleanupMehant Baid
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-2940, DRILL-2847: Improve Memory CharacteristicsJacques Nadeau
2015-04-16DRILL-2611: value vectors should report valid value countHanifi Gunes
2015-04-13DRILL-1410: Move off of Parquet forkadeneche
2015-03-31DRILL-2280: Refactor ValueVector interface & add an abstract ValueVector impl...Hanifi Gunes
2015-03-26DRILL-2253: PART-2 Vectorized Parquet reader fails to read correctly against ...adeneche
2015-03-25DRILL-2323: Added parquet metadata to logs (+filename to JSON reader)Sudheesh Katkam
2015-03-06DRILL-2262: selecting columns of certain datatypes from a dictionary encoded ...adeneche
2015-02-26DRILL-2031: Parquet bit column reader fixJason Altekruse
2015-02-24DRILL-2253: Vectorized Parquet reader fails to read correctly against RLE Dic...adeneche
2015-01-29DRILL-2109: Fix for parquet dictionary page readingJason Altekruse
2015-01-22DRILL-1960: Automatic reallocationSteven Phillips
2014-12-17DRILL-1849: Make parquet readers return nullable int instead of nullable bit ...Jason Altekruse
2014-11-28DRILL-1775: Fix BINARY ENUM in Parquet converter.Jacques Nadeau
2014-11-13DRILL-1701: Fix for nullable dictionary columns in optimized parquet reader. ...Jason Altekruse
2014-09-11DRILL-1402: Add check-style rules for trailing space, TABs and blocks without...Aditya Kishore
2014-09-11DRILL-634: Cleanup/organize Java imports and trailing whitespaces from Drill ...Aditya Kishore
2014-09-11DRILL-1389: Incorrect results when reading nullable data out of parquetJason Altekruse
2014-08-29Fix for Parquet reader in larger files brought about by more aggressive memor...Jason Altekruse
2014-08-29DRILL-1307: add support for fixed binary columns in parquet reader.Jason Altekruse
2014-08-29DRILL-1329: External sort memory fixesSteven Phillips
2014-08-29DRILL-1309: Implement ProjectPastFilterPushdown and update DrillScanRel cost ...Hanifi Gunes
2014-08-24Switch to DrillBufJacques Nadeau
2014-08-24DRILL-982: Return nulls for non-existent columns in parquet reader.Jason Altekruse
2014-08-18DRILL-1281: Read into Direct Memory in Parquet Reader. Requires Hadoop 2.4 or...Parth Chandra
2014-07-29DRILL 1221: Update for changes in Parquet-12 for new converted types. Also co...Jason Altekruse