This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 3112a0c0d IMPALA-10987: Changing impala.disableHmsSync in Hive should
not break event processing
new 45682c132 IMPALA-12229: Support soft-delete Kudu table
new 9bc4d38eb IMPALA-11157: Switch to hadoop-client build
The 2 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/service/query-options.cc | 7 +++
be/src/service/query-options.h | 4 +-
bin/bootstrap_toolchain.py | 3 +-
bin/impala-config.sh | 10 ++--
buildall.sh | 2 +-
common/thrift/CatalogService.thrift | 5 ++
common/thrift/ImpalaService.thrift | 5 ++
common/thrift/Query.thrift | 3 ++
.../apache/impala/service/CatalogOpExecutor.java | 33 +++++++-----
.../java/org/apache/impala/service/Frontend.java | 2 +
.../impala/service/KuduCatalogOpExecutor.java | 9 ++--
infra/python/deps/kudu-requirements.txt | 2 +-
tests/query_test/test_kudu.py | 59 ++++++++++++++++++++++
13 files changed, 119 insertions(+), 25 deletions(-)