This is an automated email from the ASF dual-hosted git repository.

csringhofer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 1164eb562 IMPALA-13827: Deflake test_user_loads_propagate
     new 167ced784 IMPALA-13674: Enable MERGE statement for Iceberg tables with 
equality deletes
     new e49ed3d24 IMPALA-13790: Fix test_wildcard_san_ssl / test_wildcard_ssl

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/exec/iceberg-merge-node.cc                  | 22 ++++-----
 be/src/exec/iceberg-merge-node.h                   | 10 ++--
 be/src/testutil/certificates-info.txt              | 17 ++++---
 be/src/testutil/wildcard-cert.pem                  | 38 +++++++--------
 be/src/testutil/wildcard-san-cert.pem              | 38 +++++++--------
 bin/bootstrap_system.sh                            | 11 ++++-
 common/thrift/PlanNodes.thrift                     |  2 +-
 .../apache/impala/analysis/IcebergMergeImpl.java   | 57 +++++++++++-----------
 .../apache/impala/planner/IcebergMergeNode.java    | 12 ++---
 .../impala/analysis/AnalyzeModifyStmtsTest.java    | 10 ++--
 .../QueryTest/iceberg-merge-equality-insert.test   | 23 +++++++++
 .../QueryTest/iceberg-merge-equality-update.test   | 16 ++++++
 tests/common/file_utils.py                         | 15 +++---
 tests/custom_cluster/test_client_ssl.py            | 56 ++++++++++++---------
 tests/query_test/test_iceberg.py                   | 14 ++++++
 tests/util/iceberg_metadata_util.py                | 10 ++++
 16 files changed, 219 insertions(+), 132 deletions(-)
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/iceberg-merge-equality-insert.test
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/iceberg-merge-equality-update.test

Reply via email to