This is an automated email from the ASF dual-hosted git repository.
prozsa pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 3118e41c2 IMPALA-2945: Account for duplicate keys on multiple nodes
preAgg
new d1a0c2ac1 IMPALA-13205: Do not include Iceberg position fields for
MERGE statements with INSERT merge clauses
new 5371e0c6d IMPALA-13666: Provide a non-null fileMetadataStats for
HdfsPartition
new dc9066e7b IMPALA-13500: (Addendum) Do not assert CatalogD's partition
id
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:
.../apache/impala/analysis/IcebergMergeImpl.java | 28 +-
.../org/apache/impala/catalog/HdfsPartition.java | 57 +++-
.../java/org/apache/impala/catalog/HdfsTable.java | 12 +
.../impala/analysis/AnalyzeModifyStmtsTest.java | 6 +
.../org/apache/impala/planner/PlannerTest.java | 4 +
.../PlannerTest/iceberg-merge-insert-only.test | 345 +++++++++++++++++++++
tests/custom_cluster/test_events_custom_configs.py | 4 +-
7 files changed, 440 insertions(+), 16 deletions(-)
create mode 100644
testdata/workloads/functional-planner/queries/PlannerTest/iceberg-merge-insert-only.test