This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from c54d8ad46 IMPALA-13340: Fix missing partitions in COPY TESTCASE of
LocalCatalog mode
new 42d315688 IMPALA-13325: Use RowBatch::CopyRows in IcebergDeleteNode
new c53681a40 IMPALA-13484: Don't call alter_table() on HMS when loading
Iceberg table
new db0387c94 IMPALA-12769: Wait for query cancellation in webserver test
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 | 119 ++++++++++-----------
be/src/exec/iceberg-delete-node.h | 18 ++--
be/src/runtime/row-batch.h | 15 ++-
be/src/util/roaring-bitmap-test.cc | 117 +++++++++++++++++++-
be/src/util/roaring-bitmap.h | 108 +++++++++++++++++++
.../org/apache/impala/catalog/IcebergTable.java | 16 ---
tests/webserver/test_web_pages.py | 6 +-
7 files changed, 307 insertions(+), 92 deletions(-)