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

prozsa pushed a change to branch branch-4.5.0
in repository https://gitbox.apache.org/repos/asf/impala.git


 discard 7dd93d461 Release 4.5.0
     new 72044cbaa IMPALA-13759: Fix Hive ACID INSERT OVERWRITE base detection
     new fdcf7a144 IMPALA-13771: Fix heap-use-after-free in Cluster Membership 
Manager
     new 442ec1d31 IMPALA-13768: Redundant Iceberg delete records are shuffled 
around which cause error "Invalid file path arrived at builder"
     new 732ec3bb9 IMPALA-13770: Updating Iceberg tables with UDFs crashes 
Impala
     new f52de8740 Release 4.5.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7dd93d461)
            \
             N -- N -- N   refs/heads/branch-4.5.0 (f52de8740)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 5 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-builder.cc              | 21 ++++++++-------
 be/src/exec/iceberg-merge-node.cc                  |  7 +++++
 be/src/exec/iceberg-merge-sink.cc                  |  8 +++++-
 be/src/exec/iceberg-merge-sink.h                   |  2 ++
 be/src/exec/multi-table-sink.cc                    |  7 +++++
 be/src/exec/multi-table-sink.h                     |  2 ++
 be/src/runtime/krpc-data-stream-sender.cc          | 22 +++++++--------
 be/src/scheduling/cluster-membership-mgr.cc        |  5 +++-
 bin/save-version.sh                                |  2 +-
 .../java/org/apache/impala/util/AcidUtils.java     | 20 ++++++++++++--
 .../java/org/apache/impala/util/AcidUtilsTest.java | 18 +++++++++++++
 .../QueryTest/iceberg-delete-partitioned.test      | 30 +++++++++++++++++++++
 .../queries/QueryTest/iceberg-merge.test           | 31 +++++++++++++++++++++-
 .../queries/QueryTest/iceberg-update-basic.test    | 25 +++++++++++++++++
 tests/query_test/test_acid.py                      | 25 +++++++++++++++++
 tests/query_test/test_iceberg.py                   |  7 +++--
 16 files changed, 202 insertions(+), 30 deletions(-)

Reply via email to