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 9f01c9bef IMPALA-12673: Table migration fails if partition contains '/'
new 142ae261e IMPALA-9375: Remove DirectMetaProvider usage from
CatalogMetaProvider
new 324a1aa37 IMPALA-11553: Add event specific metrics in the table metrics
new dd8ddf77c IMPALA-12668: Enable clang-tidy checks for implicit
fallthrough
The 3 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:
.clang-tidy | 1 -
be/src/benchmarks/atoi-benchmark.cc | 19 +++++-
be/src/catalog/catalog-server.cc | 28 ++++++++
be/src/catalog/catalog-service-client-wrapper.h | 16 +++++
be/src/catalog/catalog.cc | 11 ++++
be/src/catalog/catalog.h | 9 +++
be/src/codegen/codegen-anyval-read-write-info.cc | 1 +
be/src/codegen/codegen-anyval.cc | 1 +
be/src/exec/catalog-op-executor.cc | 28 ++++++++
be/src/exec/catalog-op-executor.h | 8 +++
be/src/exec/orc/hdfs-orc-scanner.cc | 1 +
be/src/exec/parquet/parquet-column-stats.cc | 1 +
be/src/exprs/agg-fn-evaluator.cc | 4 +-
be/src/exprs/anyval-util.h | 3 +-
be/src/runtime/datetime-parser-common.cc | 1 +
be/src/runtime/descriptors.cc | 2 +
be/src/runtime/io/disk-file.cc | 2 +
be/src/runtime/raw-value.cc | 1 +
be/src/runtime/raw-value.inline.h | 3 +-
be/src/runtime/runtime-filter-ir.cc | 2 +
be/src/runtime/types.cc | 1 +
be/src/service/fe-support.cc | 48 ++++++++++++++
be/src/service/query-result-set.cc | 1 +
be/src/util/bit-packing.inline.h | 19 ++++--
be/src/util/hash-util.h | 56 +++++++++++-----
be/src/util/jwt-util.cc | 3 +-
be/src/util/redactor.cc | 1 +
be/src/util/string-parser.h | 7 +-
bin/run_clang_tidy.sh | 7 +-
common/thrift/CatalogService.thrift | 35 ++++++++++
.../org/apache/impala/compat/MetastoreShim.java | 9 +++
.../org/apache/impala/compat/MetastoreShim.java | 77 ++++++++++++----------
.../main/java/org/apache/impala/catalog/Table.java | 10 +++
.../impala/catalog/events/MetastoreEvents.java | 73 +++++++++++++-------
.../catalog/events/MetastoreEventsProcessor.java | 9 +++
.../impala/catalog/local/CatalogdMetaProvider.java | 67 ++++++++++++++++---
.../java/org/apache/impala/service/FeSupport.java | 42 ++++++++++++
.../java/org/apache/impala/service/JniCatalog.java | 32 +++++++++
.../catalog/local/CatalogdMetaProviderTest.java | 15 +++++
tests/custom_cluster/test_events_custom_configs.py | 4 +-
tests/webserver/test_web_pages.py | 4 ++
41 files changed, 563 insertions(+), 99 deletions(-)