aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/handlers/DefaultSqlHandler.java
AgeCommit message (Expand)Author
2019-02-28DRILL-1328: Support table statistics - Part 2Gautam Parai
2019-02-28DRILL-1328: Support table statisticsCliff Buchanan
2019-02-01DRILL-6997: Semijoin is changing the join ordering for some tpcds queries.Hanumath Maduri
2018-11-15DRILL-6833: Support for pushdown of rowkey based joinsGautam Parai
2018-11-15DRILL-786: Allow CROSS JOIN syntaxIgor Guzenko
2018-10-08DRILL-6773: The renamed schema with aliases is not shown for queries on empty...Vitalii Diravka
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-27DRILL-6703: Query with complex expressions in lateral and unnest fails with C...Volodymyr Vysotskyi
2018-08-23DRILL-6385: Support JPPD featureweijie.tong
2018-07-31DRILL-6617: Planner Side changed to propagate $drill_implicit_field$ informat...HanumathRao
2018-07-23DRILL-6574: Add option to push LIMIT(0) on top of SCAN (late limit 0 optimiza...Sudheesh Katkam
2018-07-18DRILL-6475: Unnest: Null fieldId Pointer.HanumathRao
2018-06-22DRILL-5188: Expand sub-queries using rulesVolodymyr Vysotskyi
2018-05-22DRILL-6374: Transitive Closure leads to TPCH Queries regressions and OOM when...Vitalii Diravka
2018-04-29DRILL-6173: Support transitive closure during filter push down and partition ...Vitalii Diravka
2018-04-27DRILL-3855: Enable FilterSetOpTransposeRule, DrillProjectSetOpTransposeRuleVitalii Diravka
2018-04-13DRILL-6294: Changes to support Calcite 1.16.0 , and remove deprecated API usageVolodymyr Vysotskyi
2018-03-04DRILL-6189: Security: passwords logging and file permisionsVladimir Tkach
2018-01-31DRILL-6106: Use valueOf method instead of constructor since valueOf has a hig...reudismam
2018-01-16DRILL-3993: Fix unit test failures connected with support Calcite 1.13Volodymyr Vysotskyi
2018-01-16DRILL-3993: Changes to support Calcite 1.13Roman Kulyk
2017-09-16DRILL-5723: Added System Internal Options That can be Modified at RuntimeTimothy Farkas
2017-08-25DRILL-5547: Linking config options with system option managerJyothsna Donapati
2017-06-27DRILL-5538: Create TopProject with validatedNodeType after PHYSICAL phaseArina Ielchiieva
2017-03-29DRILL-4678: Tune metadata by generating a dispatcher at runtimeSerhii-Harnyk
2016-11-04DRILL-1950: Parquet rowgroup level filter pushdown in query planning time.Jinfeng Ni
2016-10-11DRILL-4927: Add support for Null Equality JoinsRoman Kulyk
2016-07-19DRILL-4785: Avoid checking for hard affinity scans in limit 0 shortcut casesvkorukanti
2016-06-29DRILL-4707: Fix memory leak or incorrect query result in case two column name...Jinfeng Ni
2016-03-22DRILL-3623: For limit 0 queries, optionally use a shorter execution path when...Sudheesh Katkam
2016-03-16DRILL-4372: Expose the functions return type to DrillHsuan-Yi Chu
2016-03-07DRILL-4483: Fix text plan regression in query profilesvkorukanti
2016-03-03DRILL-4465: Simplify Calcite parsing & planning integrationJacques Nadeau
2016-01-29DRILL-2517: Move directory-based partition pruning to Calcite logical plannin...Jinfeng Ni
2015-11-16DRILL-3765: Move partitioning pruning to HepPlanner to avoid the performance ...Jinfeng Ni
2015-10-26DRILL-3742: Classpath scanning and build improvementJulien Le Dem
2015-09-20DRILL-3809: Make PrelFinalizer have instances rather than a single Prel since...Jacques Nadeau
2015-09-13DRILL-3180: JDBC Storage Plugin updates.Jacques Nadeau
2015-08-26DRILL-3542: Add method to use both field names and types to determine project...Jinfeng Ni
2015-08-26DRILL-3542: Rebase Drill on Calcite 1.4.0 release.Jinfeng Ni
2015-07-13DRILL-3156: Fix Calcite trace by registering RelMetadataProvider with HepPlan...Jinfeng Ni
2015-07-08DRILL-2802: Ensure project the right columns in the final query result in que...Jinfeng Ni
2015-06-25DRILL-3377: Fix naming resolution error for partitioning columns when column...Jinfeng Ni
2015-06-23DRILL-3319: Replaced UserException#build() method with #build(Logger) method ...Sudheesh Katkam
2015-06-20DRILL-3316: Ensure different Sql handlers go through same planning phases.Jinfeng Ni
2015-05-09DRILL-2958: Move Drill to alternative cost-based planner for join planning.Jinfeng Ni
2015-05-09DRILL-2897: Avoid parallelization when Drill is running limit 0 query.Jacques Nadeau
2015-04-21DRILL-1384: Part 5 - Make sure ProjectRemove will honor the output fieldName ...Jinfeng Ni
2015-04-21DRILL-1384: Part 1 - Rebase on Calcite. Change code due to Calcite package re...Jinfeng Ni
2015-04-01DRILL-2559: In case window functions are disabled, throw UnsupportedFunctionE...Hsuan-Yi Chu