aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/java/org
AgeCommit message (Expand)Author
2019-03-08DRILL-7046: Support for loading and parsing new RM config fileSorabh Hamirwasia
2019-03-08DRILL-7054: timestamp in millisecondsGiovanni Conte
2019-03-08DRILL-7056: Drill fails with NPE when starting in distributed mode & 31010 po...Kunal Khatua
2019-03-05DRILL-5603: Replace String file paths to Hadoop PathVitalii Diravka
2019-03-05DRILL-7074: Scan framework fixes and enhancementsPaul Rogers
2019-03-04DRILL-7060: Support JsonParser Feature 'ALLOW_BACKSLASH_ESCAPING_ANY_CHARACTE...Abhishek Girish
2019-03-01DRILL-4858: REPEATED_COUNT on an array of maps and an array of arrays is not ...Bohdan Kazydub
2019-03-01DRILL-7041: CompileException happens if a nested coalesce function returns nullBohdan Kazydub
2019-02-28DRILL-1328: Support table statistics - Part 2Gautam Parai
2019-02-28DRILL-1328: Support table statisticsCliff Buchanan
2019-02-25DRILL-6950: Row set-based scan frameworkPaul Rogers
2019-02-18DRILL-7022: Partition pruning is not happening the first time after the metad...Volodymyr Vysotskyi
2019-02-18DRILL-6855: Do not load schema if there is an IOExceptionAbhishek Ravi
2019-02-08DRILL-7024: Refactor ColumnWriter to simplify type-conversion shimPaul Rogers
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-30DRILL-7006: Add type conversion to row writersPaul Rogers
2019-01-30DRILL-7007: Use verify method in row set testsPaul Rogers
2019-01-25DRILL-6977: Improve Hive tests configurationIgor Guzenko
2019-01-25DRILL-6962: Function coalesce returns an Error when none of the columns in co...Bohdan Kazydub
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-6944: UnsupportedOperationException thrown for view over MapR-DB binary...Igor Guzenko
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-07DRILL-6946: Implement java.sql.Connection setSchema and getSchema methods in ...Arina Ielchiieva
2019-01-03DRILL-6936: TestGracefulShutdown.gracefulShutdownThreadShouldBeInitializedBef...Igor Guzenko
2019-01-03DRILL-6901: Move schema builder to src/mainPaul Rogers
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-10DRILL-6889: Exclude Drill unit tests to avoid Travis timing outVitalii Diravka
2018-12-10DRILL-6791: Scan projection frameworkPaul Rogers
2018-11-29DRILL-6866: Upgrade to SqlLine 1.6.0Arina Ielchiieva
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-6865: Filter is not removed from the plan when parquet table fully matc...Volodymyr Vysotskyi
2018-11-26DRILL-6865: Query returns wrong result when filter pruning happensVolodymyr Vysotskyi
2018-11-26DRILL-6870: Upgrade to ANTLR4Arina Ielchiieva
2018-11-26DRILL-6858: Add functionality to list directories / files with exceptions sup...Arina Ielchiieva
2018-11-26DRILL-6857: Read only required row groups in a file when limit push down is a...Arina Ielchiieva
2018-11-26DRILL-6850: Force setting DRILL_LOGICAL Convention for DrillRelFactories and ...Volodymyr Vysotskyi
2018-11-26DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: s...ozinoviev
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