This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from c84221369 IMPALA-12298: Improve incremental load of Iceberg tables
new b510e437d IMPALA-12326: Add WaitForLocalServer in
StatestoreSubscriber::Start
new 2a8374d7e IMPALA-11901: Support COPY TESTCASE in local catalog mode
new 8638255e5 IMPALA-12327: Iceberg V2 operator wrong results in
PARTITIONED mode
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:
be/src/exec/iceberg-delete-node.cc | 27 +++++++---
be/src/statestore/statestore-subscriber.cc | 2 +
.../apache/impala/analysis/CopyTestCaseStmt.java | 23 ++++-----
.../org/apache/impala/catalog/FeCatalogUtils.java | 57 ++++++++++++++++++++++
.../main/java/org/apache/impala/catalog/Table.java | 5 +-
.../apache/impala/catalog/local/LocalFsTable.java | 30 +++++++++---
.../impala/catalog/local/LocalKuduTable.java | 8 ++-
.../apache/impala/service/CatalogOpExecutor.java | 9 ++--
.../impala/testutil/PlannerTestCaseLoader.java | 2 +-
.../functional/functional_schema_template.sql | 4 +-
.../iceberg-v2-read-position-deletes.test | 15 ++++++
tests/metadata/test_testcase_builder.py | 23 ++++++++-
12 files changed, 165 insertions(+), 40 deletions(-)