This is an automated email from the ASF dual-hosted git repository.
arina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git.
from cacca92 DRILL-6546: Allow unnest function with nested columns and
complex expressions
new e047a2b DRILL-6557: Use size in bytes during Hive statistics
calculation if present
new 5c9303d DRILL-6553: Fix TopN for unnest operator
new 132a05e DRILL-6577: Change Hash-Join fallback default to false
new 96fa539 DRILL-6534: Upgrade ZooKeeper patch version to 3.4.12 and add
Apache Curator to dependencyManagement
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:
.../exec/store/hive/HiveMetadataProvider.java | 232 +++++++++++----------
contrib/storage-kafka/pom.xml | 8 -
drill-yarn/pom.xml | 30 ++-
exec/java-exec/pom.xml | 39 ++--
.../planner/common/DrillLateralJoinRelBase.java | 15 +-
.../java-exec/src/main/resources/drill-module.conf | 2 +-
.../impl/lateraljoin/TestE2EUnnestAndLateral.java | 9 +-
.../impl/lateraljoin/TestLateralPlans.java | 33 +++
exec/jdbc-all/pom.xml | 1 +
pom.xml | 71 ++++++-
10 files changed, 267 insertions(+), 173 deletions(-)