This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch branch-4.1.1
in repository https://gitbox.apache.org/repos/asf/impala.git
from 76790b4d5 IMPALA-11648: validate-java-pom-versions.sh should skip
pom.xml in toolchain
new 514c85621 IMPALA-11567: Fix left outer join if the right side is
subquery with complex type
new b92a8ad74 IMPALA-11160: Ignore stale ALTER_PARTITION events on
transactional tables
new 6e404490a IMPALA-11631 Fix impala crashes in
impala::TopNNode::Heap::Close()
new f61f21a2d IMPALA-9823: Make use_local_catalog and related flags visible
new 1d7b63102 IMPALA-11558: Ensure one Kudu client created (FE) for the
specified Kudu master addresses
The 5 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:
be/src/exec/topn-node.cc | 10 ++-
be/src/runtime/exec-env.cc | 13 ++--
.../impala/analysis/TupleIsNullPredicate.java | 10 ++-
.../apache/impala/service/CatalogOpExecutor.java | 5 ++
.../main/java/org/apache/impala/util/KuduUtil.java | 13 ++--
.../java/org/apache/impala/util/KuduUtilTest.java | 80 ++++++++++++++++++++++
.../QueryTest/nested-array-in-select-list.test | 14 ++++
tests/common/environ.py | 1 -
8 files changed, 131 insertions(+), 15 deletions(-)
create mode 100644 fe/src/test/java/org/apache/impala/util/KuduUtilTest.java