aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical
AgeCommit message (Expand)Author
2019-03-14DRILL-7068: Support memory adjustment framework for resource management with ...HanumathRao
2019-03-11DRILL-6952: Host compliant text reader on the row set frameworkPaul Rogers
2019-02-28DRILL-1328: Support table statistics - Part 2Gautam Parai
2019-02-28DRILL-1328: Support table statisticsCliff Buchanan
2019-02-01DRILL-7016: Wrong query result with RuntimeFilter enabled when order of join ...Sorabh Hamirwasia
2019-02-01DRILL-7019: Add check for redundant importsVolodymyr Vysotskyi
2019-02-01DRILL-6997: Semijoin is changing the join ordering for some tpcds queries.Hanumath Maduri
2019-01-03DRILL-6934: Update the option documentation for planner.enable_unnest_lateralSorabh Hamirwasia
2018-12-12DRILL-6878: Use DrillPushRowKeyJoinToScan rule on DrillJoin pattern to accoun...Gautam Parai
2018-11-29DRILL-6792: Find the right probe side fragment wrapper & fix DrillBuf referen...weijie.tong
2018-11-26DRILL-6818: Add descriptions to secondary index options.Aman Sinha
2018-11-15DRILL-6833: Support for pushdown of rowkey based joinsGautam Parai
2018-11-13Drill 6735: Implement Semi-Join for the Hash-Join operator (#1522)Boaz Ben-Zvi
2018-11-01DRILL-6798: Planner changes to support semi-join.Hanumath Rao Maduri
2018-10-25DRILL-6381: Address code review comments (part 3).Aman Sinha
2018-10-25DRILL-6381: Address code review comments.Aman Sinha
2018-10-25DRILL-6381: (Part 4) Enhance MapR-DB plugin to support querying secondary ind...rebase
2018-10-25DRILL-6381: (Part 3) Planner and Execution implementation to support Secondar...rebase
2018-10-25DRILL-6381: (Part 2) MapRDB plugin update to 6.0.1rebase
2018-10-25DRILL-6381: (Part 1) Secondary Index frameworkrebase
2018-10-25DRILL-6715: Update descriptions for System Options tableKunal Khatua
2018-10-23DRILL-6804: Simplify usage of OperatorPhase in HashAgg.Timothy Farkas
2018-10-10DRILL-6731: Resolving race conditions in RuntimeFilterSinkSorabh Hamirwasia
2018-10-10DRILL-6731: Move the BFs aggregating work from the Foreman to the RuntimeFilterweijie.tong
2018-10-08DRILL-6773: The renamed schema with aliases is not shown for queries on empty...Vitalii Diravka
2018-08-30DRILL-5735: UI options grouping and filtering & Metrics hintsKunal Khatua
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-28DRILL-6422: Update guava to 23.0 and shade itVolodymyr Vysotskyi
2018-08-23DRILL-6385: Support JPPD featureweijie.tong
2018-08-10DRILL-6671: Multi level lateral unnest join is throwing an exception during m...Hanumath Rao Maduri
2018-08-10DRILL-6656: Disallow extra semicolons and multiple statements on the same line.Timothy Farkas
2018-08-03DRILL-6645: Transform TopN in Lateral Unnest pipeline to Sort and Limit.Hanumath Rao Maduri
2018-08-02DRILL-6636: Planner side changes to use PartitionLimitBatch in place of Limit...Hanumath Rao Maduri
2018-07-31DRILL-6617: Changing name of implicit RowId column from implicitColumn to imp...Hanumath Rao Maduri
2018-07-31DRILL-6617: Planner Side changed to propagate $drill_implicit_field$ informat...HanumathRao
2018-07-18DRILL-6475: Unnest: Null fieldId Pointer.HanumathRao
2018-07-04DRILL-6546: Allow unnest function with nested columns and complex expressionsVolodymyr Vysotskyi
2018-07-01DRILL-6545: Projection Push down into Lateral Join operator.HanumathRao
2018-06-22DRILL-6502: Rename CorrelatePrel to LateralJoinPrel.Hanumath Rao Maduri
2018-06-22DRILL-6491: Prevent merge join for full outer join at planning stageBohdan Kazydub
2018-06-13DRILL-6474: Don't use TopN when order by and offset are used without a limit ...Timothy Farkas
2018-06-13DRILL-6476: Generate explain plan which shows relation between Lateral and th...Hanumath Rao Maduri
2018-06-07DRILL-6463 : Fix integer overflow in MockGroupScanPOPGautam Parai
2018-06-07DRILL-6375 : Support for ANY_VALUE aggregate functionGautam Parai
2018-06-01DRILL-6456: Planner shouldn't create any exchanges on the right side of Later...Hanumath Rao Maduri
2018-05-22DRILL-6431: Unnest operator requires table and a single column alias to be sp...hmaduri
2018-05-15DRILL-6321: Lateral Join and Unnest - rules, options, logical plan supportschunhui-shi
2018-05-15DRILL-6321: Lateral Join and Unnest - initial implementation for parser and p...chunhui-shi
2018-05-10DRILL-6386: Remove unused imports and star imports.Drill Dev
2018-05-05DRILL-6347: Change method names to "visitField".Kui LIU