aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetFormatPlugin.java
AgeCommit message (Expand)Author
2019-03-14DRILL-7038: Queries on partitioned columns scan the entire datasetsBohdan Kazydub
2019-02-28DRILL-1328: Support table statistics - Part 2Gautam Parai
2019-02-28DRILL-1328: Support table statisticsCliff Buchanan
2019-01-03DRILL-6894: CTAS and CTTAS are not working on S3 storage when cache is disabledBohdan Kazydub
2018-11-15DRILL-6744: Support varchar and decimal push downArina Ielchiieva
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-06-27DRILL-6526: Refactor FileSystemConfig to disallow direct access from the code...Arina Ielchiieva
2018-05-04DRILL-6094: Decimal data type enhancementsVolodymyr Vysotskyi
2018-04-27DRILL-6331: Revisit Hive Drill native parquet implementation to be exposed to...Arina Ielchiieva
2018-03-07DRILL-4120: Allow implicit columns for Avro storage formatVolodymyr Vysotskyi
2018-02-01DRILL-4185: UNION ALL involving empty directory on any side of union all resu...Vitalii Diravka
2017-08-15DRILL-5660: Parquet metadata caching improvementsVitalii Diravka
2017-07-21DRILL-4720: Fix SchemaPartitionExplorer.getSubPartitions method implementatio...Arina Ielchiieva
2017-06-02DRILL-5379: Set Hdfs Block Size based on Parquet Block SizePadma Penumarthy
2016-10-14DRILL-4203: Fix date values written in parquet files created by DrillJason Altekruse
2016-08-17DRILL-4846: Fix a few performance issues for metadata access:Aman Sinha
2016-07-27DRILL-4786: Read the metadata cache file from the least common ancestor direc...Aman Sinha
2016-07-18DRILL-4530: Optimize partition pruning with metadata caching for the single p...Aman Sinha
2016-02-19DRILL-4287: During initial DrillTable creation don't read the metadata cache ...Aman Sinha
2016-02-09DRILL-4380: Fix performance regression: in creation of FileSelection in Parqu...Parth Chandra
2015-12-01DRILL-4053: Reduce metadata cache file size. Save a merged schema instead ofParth Chandra
2015-11-24DRILL-2618: handle queries over empty folders consistently so that they repor...Hanifi Gunes
2015-11-12DRILL-3987: (REFACTOR) Common and Vector modules building.Jacques Nadeau
2015-11-05DRILL-4025: Create FileSelection object with the appropriate file statusesMehant Baid
2015-11-04DRILL-4028: Update Drill to leverage latest version of Parquet library.Jason Altekruse
2015-11-01DRILL-3810: Add Avro schema supportKamesh
2015-10-11DRILL-3918: During expansion save the metadata for future use.Aman Sinha
2015-10-10DRILL-3917: During file selection expansion, get the metadata for the directo...Aman Sinha
2015-10-07DRILL-3901: Don't do early expansion of directory in the non-metadata-cache ...Aman Sinha
2015-10-02DRILL-3887: Fix bug where metadata file not being usedSteven Phillips
2015-10-01DRILL-3788: Expand the file selection to contain all files within the directo...Mehant Baid
2015-09-28DRILL-2908: Fix Parquet for var length vectors where encoding changes across ...Parth Chandra
2015-09-18DRILL-2743: Parquet file metadata cachingSteven Phillips
2015-09-08DRILL-3535: Add support for Drop TableMehant Baid
2015-06-26DRILL-3402: Throw exception when attempting to partition in format that doesn...Steven Phillips
2015-06-20DRILL-3246 : Query planning support for partition by clause in CTAS statement.Jinfeng Ni
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-02-10DRILL-2154: Add options to enable compression and dictionary encoding in parq...Steven Phillips
2015-02-05DRILL-2080: Add IO Stats for JSON/Parquet type input filesvkorukanti
2014-09-11DRILL-634: Cleanup/organize Java imports and trailing whitespaces from Drill ...Aditya Kishore
2014-08-20Use Direct Memory in Parquet WriterParth Chandra
2014-07-29DRILL-945: Implementation of repeated reader and writer for parquet. Includes...Jason Altekruse
2014-06-12DRILL-968: Use checkstyle plugin to prevent inadvertent use of shaded Guava c...Aditya Kishore
2014-05-12DRILL-694: Implement parquet writer.Steven Phillips
2014-05-10DRILL-679: Support create table as query (CTAS) (contd.).vkorukanti
2014-05-03DRILL-491: project pushdown into scan. Add base test class for testing plan.Jinfeng Ni
2014-05-03DRILL-494: Support for Storage Plugin Optimizer RulesAditya Kishore