aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/partition/PruneScanRule.java
AgeCommit message (Expand)Author
2019-03-14DRILL-7038: Queries on partitioned columns scan the entire datasetsBohdan Kazydub
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-04-13DRILL-6294: Changes to support Calcite 1.16.0 , and remove deprecated API usageVolodymyr Vysotskyi
2017-09-04DRILL-4264: Allow field names to include dotsVolodymyr Vysotskyi
2016-08-23DRILL-4857: Maintain pruning status and populate ParquetGroupScan's entries f...Aman Sinha
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-21DRILL-4794: Fix a premature exit of the outer loop during pruning.Aman Sinha
2016-07-18DRILL-4530: Optimize partition pruning with metadata caching for the single p...Aman Sinha
2016-04-11DRILL-4589: Reduce planning time for file system partition pruning by reducin...Jinfeng Ni
2016-02-19DRILL-4287: During initial DrillTable creation don't read the metadata cache ...Aman Sinha
2016-02-16DRILL-4382: Remove dependency on drill-logical from vector packageSteven Phillips
2016-02-05DRILL-3581: Upgrade to Guava 18.0Jacques Nadeau
2016-01-29DRILL-2517: Move directory-based partition pruning to Calcite logical plannin...Jinfeng Ni
2016-01-29DRILL-2517: (Prototype from Mehant) Move directory based partition pruning to...Mehant Baid
2016-01-29DRILL-2517: (Prototype from Adam) Apply directory-based pruning before readin...AdamPD
2015-11-16DRILL-3765: Move partitioning pruning to HepPlanner to avoid the performance ...Jinfeng Ni
2015-11-04DRILL-3941: Add timing instrumentation in different phases of partition pruningMehant Baid
2015-09-21DRILL-3735: For partition pruning divide up the partition lists into sublists...Aman Sinha
2015-08-26DRILL-3702: Fix partition pruning rule when the pruning filter expression has...Jinfeng Ni
2015-08-05DRILL-3579: Fix issues in reading Hive tables with partition value __HIVE_DEF...vkorukanti
2015-07-30DRILL-3503: Make PruneScanRule pluggable.Mehant Baid
2015-07-30DRILL-3503: Fix formatting style of PruneScanRuleMehant Baid
2015-07-30DRILL-3500: Add OptimizerRulesContext which exposes information needed by sto...Mehant Baid
2015-06-29DRILL-3410: Recombine binary operators after finding prune conditionSteven Phillips
2015-06-27DRILL-3410: rewrite OR and AND operators to have only 2 operands so partitoningSteven Phillips
2015-06-25DRILL-3333: Add unit tests for CTAS partitioning and partition pruningSteven Phillips
2015-06-24DRILL-3333: Parquet writer auto-partitioning and partition pruningSteven Phillips
2015-05-07DRILL-2848: Provide option to disable decimal data typeMehant Baid
2015-04-21DRILL-1384: Part 1 - Rebase on Calcite. Change code due to Calcite package re...Jinfeng Ni
2015-03-28DRILL-2568: Drop filter plan node if all conjuncts have been pushed into the ...Aman Sinha
2015-03-25DRILL-2572: Use PrelUtil to get PlannerSettings for PruneScanRule.Sudheesh Katkam
2015-03-19DRILL-2353: Add interpreter based partition pruning.Aman Sinha