aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders
AgeCommit message (Expand)Author
2019-03-13DRILL-7100: Fixed IllegalArgumentException when reading Parquet dataSalim Achouche
2019-03-05DRILL-5603: Replace String file paths to Hadoop PathVitalii Diravka
2019-02-01DRILL-7018: Fixed Parquet buffer overflow when reading timestamp columnSalim Achouche
2018-12-08DRILL-6874: Close input stream after AsyncPageReaderTask is completedBohdan Kazydub
2018-10-08DRILL-6410: Fixed memory leak in flat Parquet readerSalim Achouche
2018-10-01DRILL-6724: Dump operator context to logs when error occurs during query exec...Bohdan Kazydub
2018-09-07DRILL-6709: Extended the batch stats utility to other operatorsSalim Achouche
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-20DRILL-6685: Fixed exception when reading Parquet dataSalim Achouche
2018-08-18DRILL-6670: Align Parquet TIMESTAMP_MICROS logical type handling with earlier...Oleksandr Kalinin
2018-08-10DRILL-6656: Disallow extra semicolons and multiple statements on the same line.Timothy Farkas
2018-07-13DRILL-5495: convert_from function on top of int96 data results in ArrayIndexO...Vitalii Diravka
2018-07-12DRILL-6579: Added sanity checks to the Parquet reader to avoid infinite loopsSalim Achouche
2018-07-12DRILL-6560: Enhanced the batch statistics logging enablementSalim Achouche
2018-07-11DRILL-5797: Use Parquet new reader on all non-complex columns queriesOleksandr Kalinin
2018-07-06DRILL-6570: Fixed IndexOutofBoundException in Parquet ReaderSalim Achouche
2018-06-29DRILL-6147: Adding Columnar Parquet Batch Sizing functionalitySalim Achouche
2018-06-13DRILL-6353: Upgrade Parquet MR dependenciesVlad Rozov
2018-05-21DRILL-5846: Improve parquet performance for Flat Data TypesSalim Achouche
2018-05-18DRILL-6421: Refactor DecimalUtility and CoreDecimalUtility classesVolodymyr Vysotskyi
2018-05-10DRILL-6386: Remove unused imports and star imports.Drill Dev
2018-05-04DRILL-6094: Decimal data type enhancementsVolodymyr Vysotskyi
2018-05-04DRILL-4184: Support variable length decimal fields in parquetDave Oshinsky
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
2018-04-06DRILL-6016: Fix for Error reading INT96 created by Apache SparkRahul Raj
2018-01-26DRILL-5730: Mock testing improvements and interface improvementsTimothy Farkas
2018-01-24DRILL-6049: Misc. hygiene and code cleanup changesPaul Rogers
2018-01-23DRILL-6079 : Fixed memory leak in Parquet ReaderSalim Achouche
2018-01-11DRILL-5971: Fix INT64, INT32 logical types in complex parquet readerParth Chandra
2017-11-13DRILL-5832: Change OperatorFixture to use system option managerPaul Rogers
2017-09-30DRILL-5564: Added finally block for stopWait() to avoid all situations where ...Roman Kulyk
2017-09-05DRILL-5546: Handle schema change exception failure caused by empty input or e...Jinfeng Ni
2017-09-04DRILL-4264: Allow field names to include dotsVolodymyr Vysotskyi
2017-07-03DRILL-5420: ParquetAsyncPgReader goes into infinite loop during cleanupKunal Khatua
2017-06-11DRILL-5545: Fix issues reported by findbugs in Async Parquet Reader.Parth Chandra
2017-06-02DRILL-5356: Refactor Parquet Record ReaderPaul Rogers
2017-03-20DRILL-5349: Fix TestParquetWriter unit tests when synchronous parquet reader ...Parth Chandra
2017-03-02DRILL-5034: Select timestamp from hive generated parquet always return in UTCVitalii Diravka
2017-03-01DRILL-5266: Parquet returns low-density batchesPaul Rogers
2017-02-03DRILL-5240: Parquet - fix unnecessary object creation while checking for null...Parth Chandra
2017-02-03DRILL-5207: Improve Parquet Scan pipelining. Add a configurable AsyncPageRead...Parth Chandra
2017-01-30DRILL-4764: Parquet file with INT_16, etc. logical types not supported by sim...Serhii-Harnyk
2017-01-23DRILL-5097: Using store.parquet.reader.int96_as_timestamp gives IOOB whereas ...Vitalii Diravka
2016-11-04DRILL-1950: Parquet rowgroup level filter pushdown in query planning time.Jinfeng Ni
2016-11-04DRILL-4800: Various fixes. Fix buffer underflow exception in BufferedDirectBu...Parth Chandra
2016-11-02DRILL-4800: Parallelize column reading. Read/Decode fixed width fields in par...Parth Chandra
2016-11-02DRILL-4800: Add AsyncPageReader to pipeline PageRead Use non tracking input s...Parth Chandra
2016-11-02DRILL-4800: Use a buffering input stream in the Parquet readerParth Chandra
2016-11-01DRILL-4373: Drill and Hive have incompatible timestamp representations in par...Vitalii Diravka
2016-10-21DRILL-4905: Push down the LIMIT to the parquet reader scan to limit the numbe...Padma Penumarthy