Zoltan Borok-Nagy has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24481
Change subject: IMPALA-15086: Add stress tests for Iceberg V3 tables ...................................................................... IMPALA-15086: Add stress tests for Iceberg V3 tables Extend existing Iceberg stress tests to also cover V3 tables which use deletion vectors instead of positional delete files. - Parameterize iceberg-update-stress.test with $FORMAT_VERSION so both V2 and V3 are exercised from a single test file. - Add V3 variants to the concurrent update and concurrent delete+update+optimize stress tests. - Hive-based concurrent tests are not extended to V3 since Hive does not support V3 deletion vectors. Testing: existing V2 tests still pass; V3 variants exercise the same invariants (column sums, consecutive id ranges, no orphan files). Change-Id: I7a3f2c8e9d1b4a6e5f0c3d2b1a9e8f7d6c5b4a3e Assisted-by: Claude Opus 4.6 <[email protected]> --- M testdata/workloads/functional-query/queries/QueryTest/iceberg-update-stress.test M tests/stress/test_update_stress.py 2 files changed, 55 insertions(+), 32 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/81/24481/1 -- To view, visit http://gerrit.cloudera.org:8080/24481 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7a3f2c8e9d1b4a6e5f0c3d2b1a9e8f7d6c5b4a3e Gerrit-Change-Number: 24481 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]>
