aboutsummaryrefslogtreecommitdiff
path: root/exec
AgeCommit message (Expand)Author
2018-11-15DRILL-6744: Support varchar and decimal push downArina Ielchiieva
2018-11-15DRILL-5671: Set secure ACLs (Access Control List) for Drill ZK nodes in a sec...karthik
2018-11-15DRILL-6843: Update SchemaBuilder comment to match implementationPaul Rogers
2018-11-15DRILL-786: Allow CROSS JOIN syntaxIgor Guzenko
2018-11-13DRILL-6848: Duration panel in a query profile's WebUI does not openKunal Khatua
2018-11-13Drill 6735: Implement Semi-Join for the Hash-Join operator (#1522)Boaz Ben-Zvi
2018-11-13DRILL-2035: Add ability to cancel multiple queriesKunal Khatua
2018-11-13DRILL-5571: Cancel running query from its Web UIKunal Khatua
2018-11-09DRILL-6760: Retain original exception in Verbose Error Messageshuifeng lu
2018-11-09DRILL-6717: lower and upper functions not works with national charactersozinoviev
2018-11-09DRILL-3610: Add TIMESTAMPADD and TIMESTAMPDIFF functionsVolodymyr Vysotskyi
2018-11-09DRILL-6837: Missing reference for dynamically created Javascript libraryKunal Khatua
2018-11-05DRILL-6611: Add Ctrl+Enter support for query submissionKunal Khatua
2018-11-05DRILL-6611 to enable meta-enter query submission in web query interfaceboB Rudis
2018-11-02DRILL-6768: Improve to_date, to_time and to_timestamp and corresponding cast ...Bohdan Kazydub
2018-11-02DRILL-6809: Handle repeated map in schema inferencePaul Rogers
2018-11-02DRILL-6810: Disable NULL_IF_NULL NullHandling for functions with ComplexWriterBohdan Kazydub
2018-11-02DRILL-6824: Handle schema changes in MapRDBJsonRecordReaderGautam Parai
2018-11-01DRILL-6798: Planner changes to support semi-join.Hanumath Rao Maduri
2018-11-01DRILL-6819: Remove invisible back link in Drill WebUIDenys Ordynskiy
2018-10-26DRILL-6763: Codegen optimization of SQL functions with constant values(#1481)shuifeng lu
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
2018-10-19DRILL-6719: Separate spilling queue logic from HashJoin and HashAgg.Timothy Farkas
2018-10-19DRILL-6795: Upgrade Janino compiler from 2.7.6 to 3.0.10Volodymyr Vysotskyi
2018-10-19DRILL-6793: FragmentExecutor cannot send its final state for the case when Ro...Bohdan Kazydub
2018-10-19DRILL-6785: DataClient is using RootAllocator in the bootstrap instead of dat...Sorabh Hamirwasia
2018-10-17DRILL-6084: Show Drill functions in WebUI for autocompleteKunal Khatua
2018-10-17DRILL-6797: Fix UntypedNull handling for complex typesArina Ielchiieva
2018-10-14DRILL-6775: The schema for empty output is not shown in Drill Web UIAnton Gozhiy
2018-10-14DRILL-6783: CAST string literal as INTERVAL MONTH/YEAR works inconsistently w...Bohdan Kazydub
2018-10-11DRILL-3988: Expose Drill built-in functions & UDFs in a system table (#1483)Kunal Khatua
2018-10-11DRILL-6776: Removed external jQuery dependencyIgor Guzenko
2018-10-10DRILL-6731: use thread pool to run the runtime filter aggregating workweijie.tong
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-10DRILL-6766: Lateral Unnest query : IllegalStateException - rowId in right bat...Sorabh Hamirwasia
2018-10-10DRILL-6788: Intermittent unit test failure TestDrillbitResilience.failsWhenPa...Sorabh Hamirwasia
2018-10-08DRILL-6410: Fixed memory leak in flat Parquet readerSalim Achouche
2018-10-08DRILL-6773: The renamed schema with aliases is not shown for queries on empty...Vitalii Diravka
2018-10-08DRILL-6764: Query fails with IOB when Unnest has reference to deep nested fie...Hanumath Rao Maduri