This is an automated email from the ASF dual-hosted git repository.
laszlog pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 26b7116c3 IMPALA-13724: Add hostnames for Docker host and gateway to
Impala containers
new 14a1bd73e IMPALA-13770: Updating Iceberg tables with UDFs crashes
Impala
new 83452d640 IMPALA-13751: Fix runtime-profile-test failure since
IMPALA-13304
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 | 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/util/runtime-profile-test.cc | 217 ++++++++++-----------
be/src/util/runtime-profile.cc | 11 +-
...a_profile_log_tpcds_compute_stats.expected.json | 2 +-
...le_log_tpcds_compute_stats.expected.pretty.json | 2 +-
...cds_compute_stats_extended.expected.pretty.json | 2 +-
.../queries/QueryTest/iceberg-merge.test | 31 ++-
.../queries/QueryTest/iceberg-update-basic.test | 25 +++
tests/query_test/test_iceberg.py | 7 +-
13 files changed, 198 insertions(+), 125 deletions(-)