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 2dbd609 Add Vitalii's GPG key
new f3eef38 DRILL-6882: Handle the cases where RowKeyJoin's left pipeline
being called multiple times.
new abc51d8 DRILL-6876: Enable CircleCI builds for JDK 9-11
new 7d37637 DRILL-4546: Only generate one zip archive when using
apache-release profile
new 637354e DRILL-6751: Upgrade Apache parent POM to version 21
The 4 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:
.circleci/config.yml | 135 +++++++++++-
distribution/pom.xml | 49 +++--
.../src/assemble/bin-assembly-dir.xml | 23 ++-
.../src/assemble/bin-assembly.xml | 23 ++-
.../src/assemble/{bin.xml => component.xml} | 227 ++++++++++-----------
drill-shaded/pom.xml | 3 +-
.../exec/physical/config/IteratorValidator.java | 14 +-
.../exec/physical/impl/join/RowKeyJoinBatch.java | 5 +
.../validate/IteratorValidatorBatchIterator.java | 20 +-
.../impl/validate/IteratorValidatorCreator.java | 2 +-
.../impl/validate/IteratorValidatorInjector.java | 33 ++-
.../java-exec/src/test/resources/drill-udf/pom.xml | 3 -
pom.xml | 41 ++--
src/main/resources/assemblies/source-assembly.xml | 99 ---------
14 files changed, 380 insertions(+), 297 deletions(-)
copy src/main/resources/checkstyle-suppressions.xml =>
distribution/src/assemble/bin-assembly-dir.xml (58%)
copy src/main/resources/checkstyle-suppressions.xml =>
distribution/src/assemble/bin-assembly.xml (59%)
rename distribution/src/assemble/{bin.xml => component.xml} (72%)
delete mode 100644 src/main/resources/assemblies/source-assembly.xml