This is an automated email from the ASF dual-hosted git repository.
jasonmfehr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from a68f71645 IMPALA-14307: Correctly update createEventId and
DeleteEventLog in AlterTableRename
new 19c12e0e0 IMPALA-14261: Take 'impala.computeStatsSnapshotId' into
account when deciding between Puffin and HMS stats
new 0cd240a1c IMPALA-14312: Fix Issues with ssl_minimum_version Flag
Validator
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/rpc/thrift-server-test.cc | 2 +-
be/src/rpc/thrift-server.cc | 9 +-
be/src/rpc/thrift-server.h | 3 +-
be/src/service/impala-server-test.cc | 113 +++++++++++++++++++++
be/src/service/impala-server.cc | 25 +++--
be/src/util/openssl-util.cc | 11 ++
be/src/util/openssl-util.h | 14 +++
docs/topics/impala_iceberg.xml | 9 +-
.../org/apache/impala/catalog/IcebergTable.java | 29 +++---
.../apache/impala/catalog/PuffinStatsLoader.java | 24 ++---
.../impala/catalog/local/IcebergMetaProvider.java | 2 +-
.../java/org/apache/impala/util/IcebergUtil.java | 39 ++++---
.../org/apache/impala/util/IcebergUtilTest.java | 10 +-
tests/custom_cluster/test_iceberg_with_puffin.py | 20 ++--
14 files changed, 234 insertions(+), 76 deletions(-)