aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/java/org/apache/drill/exec/planner
AgeCommit message (Expand)Author
2019-03-14DRILL-7068: Support memory adjustment framework for resource management with ...HanumathRao
2019-03-14DRILL-7038: Queries on partitioned columns scan the entire datasetsBohdan Kazydub
2019-03-14DRILL-7058: Refresh command to support subset of columnsVenkata Jyothsna Donapati
2019-03-11DRILL-7085: Fix table-path check in AnalyzeTableHandlerGautam Parai
2019-03-11DRILL-6952: Host compliant text reader on the row set frameworkPaul Rogers
2019-03-08DRILL-7072: Query with semi join fails for JDBC storage pluginVolodymyr Vysotskyi
2019-03-05DRILL-5603: Replace String file paths to Hadoop PathVitalii Diravka
2019-02-28DRILL-1328: Support table statistics - Part 2Gautam Parai
2019-02-28DRILL-1328: Support table statisticsCliff Buchanan
2019-02-01DRILL-6862: Update Calcite to 1.18.0Igor Guzenko
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-6964: Implement CREATE / DROP SCHEMA commandsArina Ielchiieva
2019-02-01DRILL-6997: Semijoin is changing the join ordering for some tpcds queries.Hanumath Maduri
2019-01-25DRILL-6910: Allow applying DrillPushProjectIntoScanRule at physical phaseVolodymyr Vysotskyi
2019-01-11DRILL-6959: Fix loss of precision when casting time and timestamp literals in...Volodymyr Vysotskyi
2019-01-03DRILL-540: Allow querying hive views in DrillIgor Guzenko
2019-01-03DRILL-6931: File listing: fix issue for S3 directory objects and improve perf...Arina Ielchiieva
2019-01-03DRILL-6934: Update the option documentation for planner.enable_unnest_lateralSorabh Hamirwasia
2018-12-24DRILL-6922: Do not set return result set option on query level if it is the s...Arina Ielchiieva
2018-12-20DRILL-6913: Fix multiple error output in the consoleArina Ielchiieva
2018-12-12DRILL-6878: Use DrillPushRowKeyJoinToScan rule on DrillJoin pattern to accoun...Gautam Parai
2018-11-29DRILL-6863: Drop table is not working if path within workspace starts with "/"Bohdan Kazydub
2018-11-29DRILL-6792: Find the right probe side fragment wrapper & fix DrillBuf referen...weijie.tong
2018-11-26DRILL-6834: Introduce option to disable result set for DDL queries for JDBC c...Bohdan Kazydub
2018-11-26DRILL-6858: Add functionality to list directories / files with exceptions sup...Arina Ielchiieva
2018-11-26DRILL-6850: Allow configuring table names case sensitivity for JDBC storage p...Volodymyr Vysotskyi
2018-11-26DRILL-6850: Force setting DRILL_LOGICAL Convention for DrillRelFactories and ...Volodymyr Vysotskyi
2018-11-26DRILL-6850: JDBC integration tests failuresVitalii Diravka
2018-11-26DRILL-6818: Add descriptions to secondary index options.Aman Sinha
2018-11-26DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: s...ozinoviev
2018-11-16DRILL-6844: Query with ORDER BY DESC on indexed column does not pick secondar...Hanumath Rao Maduri
2018-11-15DRILL-6833: Support for pushdown of rowkey based joinsGautam Parai
2018-11-15DRILL-6744: Support varchar and decimal push downArina Ielchiieva
2018-11-15DRILL-786: Allow CROSS JOIN syntaxIgor Guzenko
2018-11-13Drill 6735: Implement Semi-Join for the Hash-Join operator (#1522)Boaz Ben-Zvi
2018-11-09DRILL-3610: Add TIMESTAMPADD and TIMESTAMPDIFF functionsVolodymyr Vysotskyi
2018-11-02DRILL-6768: Improve to_date, to_time and to_timestamp and corresponding cast ...Bohdan Kazydub
2018-11-01DRILL-6798: Planner changes to support semi-join.Hanumath Rao Maduri
2018-10-26DRILL-6811: Fix type inference to return correct data mode for boolean functionsVolodymyr Vysotskyi
2018-10-25DRILL-6381: Address code review comments (part 3).Aman Sinha
2018-10-25DRILL-6381: Address review comments (part 2): fix formatting issues and add j...Aman Sinha
2018-10-25DRILL-6381: Address code review comments.Aman Sinha
2018-10-25DRILL-6381: (Part 5) Update Javadoc for a few interfaces.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