aboutsummaryrefslogtreecommitdiff
path: root/exec
AgeCommit message (Expand)Author
2019-01-25DRILL-6947: Fix RuntimeFilter memory leakweijie.tong
2019-01-25DRILL-6910: Allow applying DrillPushProjectIntoScanRule at physical phaseVolodymyr Vysotskyi
2019-01-25DRILL-6533: Allow using literal values in functions which expect FieldReader ...Volodymyr Vysotskyi
2019-01-18DRILL-6967: Fix TIMESTAMPDIFF function for QUARTER qualifierVolodymyr Vysotskyi
2019-01-18DRILL-6942: Provide ability to sort list of profiles on Drill Web UIKunal Khatua
2019-01-18DRILL-6944: UnsupportedOperationException thrown for view over MapR-DB binary...Igor Guzenko
2019-01-18DRILL-6969: Fix inconsistency of reading MaprDB JSON tables using hive plugin...Volodymyr Vysotskyi
2019-01-18DRILL-6971: Labelled Query State with color codingKunal Khatua
2019-01-18DRILL-6971: Display query state in query result pageSorabh Hamirwasia
2019-01-14DRILL-6903: SchemaBuilder code improvementsArina Ielchiieva
2019-01-11DRILL-6959: Fix loss of precision when casting time and timestamp literals in...Volodymyr Vysotskyi
2019-01-10DRILL-6928: Update description for exec.query.return_result_set_for_ddl optio...Bohdan Kazydub
2019-01-08Changes following second code reviewBen-Zvi
2019-01-08Changes following code review comments for DRILL-6880Ben-Zvi
2019-01-08DRILL-6880: For Hash-Join hash-table build - treat null keys as an equal matchBen-Zvi
2019-01-07DRILL-6941: Incorrect EARLY_LIMIT0_OPT_KEY descriptionKunal Khatua
2019-01-07DRILL-6050: Provide a limit to number of rows fetched for a query in UIKunal Khatua
2019-01-07DRILL-6939: Indicate when a query is submitted and is in progressKunal Khatua
2019-01-07DRILL-6933: Fix ctrl+enter when Impersonation is disabledKunal Khatua
2019-01-07DRILL-6946: Implement java.sql.Connection setSchema and getSchema methods in ...Arina Ielchiieva
2019-01-03DRILL-540: Allow querying hive views in DrillIgor Guzenko
2019-01-03DRILL-6879: Show warnings for potential performance issuesKunal Khatua
2019-01-03DRILL-6888: Move nested classes outside HashAggTemplate to allow for plain ja...Ben-Zvi
2019-01-03DRILL-6894: CTAS and CTTAS are not working on S3 storage when cache is disabledBohdan Kazydub
2019-01-03DRILL-6921: Add Clear button for /options filterKunal Khatua
2019-01-03DRILL-6929: Exclude maprfs jar for default profileVolodymyr Vysotskyi
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
2019-01-03DRILL-6936: TestGracefulShutdown.gracefulShutdownThreadShouldBeInitializedBef...Igor Guzenko
2019-01-03DRILL-6901: Move schema builder to src/mainPaul Rogers
2018-12-24[maven-release-plugin] prepare for next development iterationVitalii Diravka
2018-12-24[maven-release-plugin] prepare release drill-1.15.0Vitalii Diravka
2018-12-24DRILL-6922: Do not set return result set option on query level if it is the s...Arina Ielchiieva
2018-12-24DRILL-6925: Unable to generate ProtobufVitalii Diravka
2018-12-21DRILL-6919: Fix compilation error in TestGracefulShutdown class for mapr profileVolodymyr Vysotskyi
2018-12-20DRILL-6912: NPE when other drillbit is already runningIgor Guzenko
2018-12-20DRILL-6913: Fix multiple error output in the consoleArina Ielchiieva
2018-12-12DRILL-6895: Warnings for license headers checks and wrong license headers in ...Vitalii Diravka
2018-12-12DRILL-6878: Use DrillPushRowKeyJoinToScan rule on DrillJoin pattern to accoun...Gautam Parai
2018-12-10DRILL-6889: Exclude Drill unit tests to avoid Travis timing outVitalii Diravka
2018-12-10DRILL-6877: NPE when starting DrillbitVenkata Jyothsna Donapati
2018-12-10DRILL-6791: Scan projection frameworkPaul Rogers
2018-12-09DRILL-6886: Cancel Query Button for running queriesKunal Khatua
2018-12-08DRILL-6887: Fix FunctionInitializerTest.init() failureVitalii Diravka
2018-12-08DRILL-6874: Close input stream after AsyncPageReaderTask is completedBohdan Kazydub
2018-12-08DRILL-6883: Force reload of options after resetting parameterKunal Khatua
2018-12-06DRILL-6751: Upgrade Apache parent POM to version 21Vitalii Diravka
2018-12-06DRILL-6882: Handle the cases where RowKeyJoin's left pipeline being called mu...Hanumath Rao Maduri
2018-11-29DRILL-6866: Upgrade to SqlLine 1.6.0Arina Ielchiieva
2018-11-29DRILL-6867: WebUI Query editor cursor positionozinoviev