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 e5919f13f IMPALA-13370: Read Puffin stats from metadata.json property
if available
new ce35e81bc IMPALA-11265: Part2: Store Iceberg file descriptors in
encoded format
new 756d9af1c IMPALA-13448: Log cause when failing to flush lineage
events, audit events or profiles
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/util/simple-logger.cc | 7 +-
.../org/apache/impala/analysis/OptimizeStmt.java | 4 +-
.../org/apache/impala/catalog/FeIcebergTable.java | 74 --------
.../org/apache/impala/catalog/HdfsPartition.java | 6 +-
.../impala/catalog/IcebergContentFileStore.java | 206 +++++++++++++++++----
.../org/apache/impala/catalog/IcebergTable.java | 2 +-
.../impala/catalog/iceberg/IcebergCtasTarget.java | 4 +-
.../apache/impala/planner/IcebergScanPlanner.java | 2 +
.../catalog/IcebergContentFileStoreTest.java | 124 +++++++++++++
tests/custom_cluster/test_logging.py | 51 +++++
10 files changed, 368 insertions(+), 112 deletions(-)
create mode 100644
fe/src/test/java/org/apache/impala/catalog/IcebergContentFileStoreTest.java