Quanlong Huang created IMPALA-14921:
---------------------------------------
Summary: Iceberg test_v3_delete failures
Key: IMPALA-14921
URL: https://issues.apache.org/jira/browse/IMPALA-14921
Project: IMPALA
Issue Type: Bug
Reporter: Quanlong Huang
Saw these tests failed in a downstream build:
{noformat}
query_test.test_iceberg.TestIcebergV3Table.test_v3_delete["table_format:
parquet/none" | "protocol: hs2" | "exec_option: {'abort_on_error': 1,
'batch_size': 0, 'disable_codegen': False, 'disable_codegen_rows_threshold': 0,
'exec_single_node_rows_threshold': 0, 'num_nodes': 0, 'test_replan': 1}"]
query_test.test_iceberg.TestIcebergV3Table.test_v3_delete_on_existing_dv_table["table_format:
parquet/none" | "protocol: hs2" | "exec_option: {'abort_on_error': 1,
'batch_size': 0, 'disable_codegen': False, 'disable_codegen_rows_threshold': 0,
'exec_single_node_rows_threshold': 0, 'num_nodes': 0, 'test_replan': 1}"]
query_test.test_iceberg.TestIcebergV3Table.test_v3_delete_on_v2_equality_delete_table["table_format:
parquet/none" | "protocol: hs2" | "exec_option: {'abort_on_error': 1,
'batch_size': 0, 'disable_codegen': False, 'disable_codegen_rows_threshold': 0,
'exec_single_node_rows_threshold': 0, 'num_nodes': 0, 'test_replan':
1}"]{noformat}
test_v3_delete
{noformat}
SELECT * FROM iceberg_v3_deletion_vectors;
-- 2026-04-23 18:44:21,806 INFO MainThread:
744acc0c4cd7ecdc:ca2ac51500000000: query started
-- 2026-04-23 18:44:21,851 INFO MainThread:
744acc0c4cd7ecdc:ca2ac51500000000: getting log for operation
-- 2026-04-23 18:44:21,852 INFO MainThread:
744acc0c4cd7ecdc:ca2ac51500000000: getting runtime profile operation
-- 2026-04-23 18:44:21,855 INFO MainThread:
744acc0c4cd7ecdc:ca2ac51500000000: closing query for operation
-- 2026-04-23 18:44:21,855 ERROR MainThread: Comparing QueryTestResults
(expected vs actual):
1 == 1
3 != 2
5 != 3
Number of rows returned (expected vs actual): 3 != 5{noformat}
test_v3_delete_on_existing_dv_table
{noformat}
SELECT * FROM iceberg_v3_deletion_vectors ORDER BY i;
-- 2026-04-23 18:44:45,644 INFO MainThread:
b4491db3f045cee0:864f6eee00000000: query started
-- 2026-04-23 18:44:45,646 INFO MainThread:
b4491db3f045cee0:864f6eee00000000: getting log for operation
-- 2026-04-23 18:44:45,646 INFO MainThread:
b4491db3f045cee0:864f6eee00000000: getting runtime profile operation
-- 2026-04-23 18:44:45,650 INFO MainThread:
b4491db3f045cee0:864f6eee00000000: closing query for operation
-- 2026-04-23 18:44:45,650 ERROR MainThread: Comparing QueryTestResults
(expected vs actual):
1 == 1
3 != 2
5 != 3
Number of rows returned (expected vs actual): 3 != 5{noformat}
test_v3_delete_on_v2_equality_delete_table
{noformat}
SELECT * FROM iceberg_v2_delete_equality ORDER BY id;
-- 2026-04-23 18:49:39,253 INFO MainThread:
4a47e112a2c6e5ff:604f43ea00000000: query started
-- 2026-04-23 18:49:39,256 INFO MainThread:
4a47e112a2c6e5ff:604f43ea00000000: getting log for operation
-- 2026-04-23 18:49:39,256 INFO MainThread:
4a47e112a2c6e5ff:604f43ea00000000: getting runtime profile operation
-- 2026-04-23 18:49:39,261 INFO MainThread:
4a47e112a2c6e5ff:604f43ea00000000: closing query for operation
-- 2026-04-23 18:49:39,261 ERROR MainThread: Comparing QueryTestResults
(expected vs actual):
2,'test_2_updated' != 1,'test_1_base'
Number of rows returned (expected vs actual): 1 != 2{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)