aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/java/org/apache/drill/exec/sql
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-6964: Implement CREATE / DROP SCHEMA commandsArina Ielchiieva
2019-01-25DRILL-6977: Improve Hive tests configurationIgor Guzenko
2019-01-18DRILL-6944: UnsupportedOperationException thrown for view over MapR-DB binary...Igor Guzenko
2018-11-29DRILL-6863: Drop table is not working if path within workspace starts with "/"Bohdan Kazydub
2018-09-24DRILL-6753: Fix show files command to return result the same way as beforeArina Ielchiieva
2018-09-14DRILL-1248: Allow positional / named aliases in group by / having clausesArina Ielchiieva
2018-08-28DRILL-6422: Replace guava imports with shaded onesVolodymyr Vysotskyi
2018-08-27DRILL-6492: Ensure schema / workspace case insensitivity in DrillArina Ielchiieva
2018-08-15DRILL-6680: Expose show files command into INFORMATION_SCHEMAArina Ielchiieva
2018-07-18DRILL-6612: Query fails with AssertionError when joining persistent and tempo...Volodymyr Vysotskyi
2018-07-03DRILL-6494: Drill Plugins HandlerVitalii Diravka
2018-06-27DRILL-6526: Refactor FileSystemConfig to disallow direct access from the code...Arina Ielchiieva
2018-06-22DRILL-6523: Fix NPE for describe of partial schemaArina Ielchiieva
2018-05-25DRILL-3964 : Fix NPE in WriterRecordBatch when 0 rowsGautam Parai
2018-05-12DRILL-6363: Upgrade jmockit and mockito libsArina Ielchiieva
2018-05-11DRILL-6321: Customize Drill's conformance. Allow support to APPLY keywordschunhui-shi
2018-04-17DRILL-6320: Fixed license headers.Drill Dev
2018-01-16DRILL-3993: Fix failed tests after Calcite updateRoman Kulyk
2018-01-16DRILL-3993: Changes to support Calcite 1.13Roman Kulyk
2017-12-20DRILL-5657: Size-aware vector writer structurePaul Rogers
2017-11-29DRILL-5694: Do not allow queries to access paths outside the current workspac...Parth Chandra
2017-11-26DRILL-5952: Implement "CREATE TABLE IF NOT EXISTS and CREATE VIEW IF NOT EXISTS"Prasad Nagaraj Subramanya
2017-11-14DRILL-5783, DRILL-5841, DRILL-5894: Rationalize test temp directoriesTimothy Farkas
2017-10-04DRILL-5752 this change includes:Timothy Farkas
2017-09-16DRILL-5723: Added System Internal Options That can be Modified at RuntimeTimothy Farkas
2017-09-02DRILL-5751: Fix unit tests to use local file system even if it is not set by ...Arina Ielchiieva
2017-04-30DRILL-5391: CTAS: make folder and file permission configurableArina Ielchiieva
2017-02-24DRILL-5255: Remove default temporary workspace check at drillbit start upArina Ielchiieva
2017-02-03DRILL-5238: CTTAS: unable to resolve temporary table if workspace is indicate...Arina Ielchiieva
2017-02-03DRILL-5215: CTTAS: disallow temp tables in view expansion logicArina Ielchiieva
2017-01-23DRILL-4956: Temporary tables supportArina Ielchiieva
2017-01-08DRILL-5039: NPE - CTAS PARTITION BY (<char-type-column>)Arina Ielchiieva
2016-11-04DRILL-4674: Allow casting to boolean the same literals as in PostgresArina Ielchiieva
2016-07-22DRILL-4673: Implement "DROP TABLE IF EXISTS" for drill to prevent FAILED stat...Vitalii Diravka
2016-07-12DRILL-4514: Add describe schema <schema_name> commandArina Ielchiieva
2016-06-17DRILL-4725: Improvements to InfoSchema RecordGenerator needed for DRILL-4714vkorukanti
2016-03-03DRILL-4465: Simplify Calcite parsing & planning integrationJacques Nadeau
2016-02-19DRILL-4392: Fix CTAS partition to remove one unnecessary internal field in ge...Jinfeng Ni
2015-09-10DRILL-2190, DRILL-2313, DRILL-2318: Add test casesHsuan-Yi Chu
2015-06-26DRILL-3382: Fix IOOB error for CTAS order by statement.Jinfeng Ni
2015-06-25DRILL-3377: Fix naming resolution error for partitioning columns when column...Jinfeng Ni
2015-06-25DRILL-3373: Raise parsing error when CTAS has partition by clause yet partiti...Jinfeng Ni
2015-06-17DRILL-3216: Part 2--Fix existing(+) INFORMATION_SCHEMA.COLUMNS columns.dbarclay
2015-05-11DRILL-3010: Convert bad command error messages into UserExceptions in SqlHand...vkorukanti
2015-05-05DRILL-2423: Show proper message when trying to drop an unknown view.vkorukanti
2015-05-05DRILL-2598: Throw validation error if CREATE VIEW/CTAS contains duplicate col...vkorukanti
2015-04-21DRILL-1384: Part 1 - Rebase on Calcite. Change code due to Calcite package re...Jinfeng Ni
2015-04-15DRILL-2422: Before creating view make sure no table already exists with given...vkorukanti