This is an automated email from the ASF dual-hosted git repository.
amansinha pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from 0a61b8f DRILL-6964: Implement CREATE / DROP SCHEMA commands
new b5fe065 DRILL-7019: Add check for redundant imports
new 35b42eb DRILL-7016: Wrong query result with RuntimeFilter enabled
when order of join and filter condition is swapped
new 3bec197 DRILL-6862: Update Calcite to 1.18.0
The 3458 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../initilializers/DefaultReadersInitializer.java | 1 -
.../drill/yarn/client/TestCommandLineOptions.java | 2 -
drill-yarn/src/test/resources/doy-test-logback.xml | 2 +-
.../src/test/resources/second-test-config.conf | 4 +-
drill-yarn/src/test/resources/test-doy-config.conf | 4 +-
.../src/test/resources/test-doy-distrib.conf | 2 +-
.../src/test/resources/third-test-config.conf | 4 +-
exec/java-exec/src/main/codegen/data/Parser.tdd | 763 ++++++++++++++++++++-
.../apache/drill/exec/planner/DrillRelBuilder.java | 10 +
.../apache/drill/exec/planner/RuleInstance.java | 3 +-
.../planner/index/rules/DbScanSortRemovalRule.java | 1 -
.../exec/planner/logical/DrillImplementor.java | 1 -
.../planner/logical/DrillMergeProjectRule.java | 2 -
.../drill/exec/planner/physical/TopNPrel.java | 2 -
.../physical/visitor/RuntimeFilterVisitor.java | 8 +-
.../drill/exec/planner/sql/SqlConverter.java | 15 +-
.../drill/exec/planner/sql/TypeInferenceUtils.java | 6 +-
.../test/java/org/apache/drill/TestCTASJson.java | 16 +-
.../physical/impl/TestNestedDateTimeTimestamp.java | 12 +-
.../impl/join/TestHashJoinJPPDCorrectness.java | 178 +++++
.../impl/scan/project/TestNullColumnLoader.java | 3 -
.../impl/scan/project/TestRowBatchMerger.java | 5 -
.../impl/scan/project/TestScanLevelProjection.java | 2 -
.../scan/project/TestSchemaLevelProjection.java | 29 +-
.../impl/scan/project/TestSchemaSmoothing.java | 7 -
.../store/parquet2/TestDrillParquetReader.java | 13 +
.../java/org/apache/drill/test/TestBuilder.java | 11 +-
.../java-exec/src/test/resources/drill-module.conf | 2 +-
exec/java-exec/src/test/resources/zkacltest.conf | 22 +-
exec/jdbc-all/pom.xml | 2 +-
.../drill/jdbc/impl/AvaticaDrillSqlAccessor.java | 6 +
.../apache/drill/jdbc/impl/DrillResultSetImpl.java | 12 +-
.../apache/drill/jdbc/impl/WrappedAccessor.java | 447 ------------
.../io/netty/buffer/UnsafeDirectLittleEndian.java | 2 -
.../exec/vector/complex/RepeatedValueVector.java | 3 +-
pom.xml | 90 ++-
src/main/resources/checkstyle-config.xml | 1 +
src/main/resources/checkstyle-suppressions.xml | 2 +-
38 files changed, 1087 insertions(+), 608 deletions(-)
create mode 100644
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/join/TestHashJoinJPPDCorrectness.java
delete mode 100644
exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/WrappedAccessor.java