This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 9fb127486 IMPALA-12117: Use separate cache dirs for shell pip installs
new bd4a81789 IMPALA-11123: Restore NumFileMetadataRead counter
new 5184a0891 IMPALA-12042: Fix invalid casts in set operations calculation
new 3c5ec0d0d IMPALA-12129: Handle running queries in query timeline
new 065c41d71 IMPALA-12119: rename FORCE_INLINE to avoid name collision
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:
be/src/exec/hdfs-columnar-scanner.cc | 4 ++
be/src/exec/hdfs-columnar-scanner.h | 5 +++
be/src/exec/orc/hdfs-orc-scanner.cc | 1 +
be/src/exec/parquet/hdfs-parquet-scanner.cc | 2 +
be/src/thirdparty/datasketches/MurmurHash3.h | 51 ++++++++++------------
.../java/org/apache/impala/analysis/Analyzer.java | 4 ++
.../apache/impala/analysis/AnalyzeStmtsTest.java | 5 +++
.../iceberg-compound-predicate-push-down.test | 2 +
.../QueryTest/iceberg-in-predicate-push-down.test | 4 ++
.../iceberg-is-null-predicate-push-down.test | 1 +
.../QueryTest/iceberg-partitioned-insert.test | 7 +++
.../iceberg-plain-count-star-optimization.test | 18 +++++++-
.../iceberg-upper-lower-bound-metrics.test | 3 ++
.../iceberg-v2-plain-count-star-optimization.test | 6 ++-
.../iceberg-v2-read-position-deletes-orc.test | 8 ++++
.../iceberg-v2-read-position-deletes.test | 12 +++++
tests/query_test/test_iceberg.py | 1 +
www/query_timeline.tmpl | 10 ++---
18 files changed, 110 insertions(+), 34 deletions(-)