Quanlong Huang created IMPALA-13420:
---------------------------------------
Summary: TestIcebergV2Table.test_read_position_deletes_orc failed
by wrong partition value
Key: IMPALA-13420
URL: https://issues.apache.org/jira/browse/IMPALA-13420
Project: IMPALA
Issue Type: Bug
Reporter: Quanlong Huang
Assignee: Zoltán Borók-Nagy
Stacktrace
{noformat}query_test/test_iceberg.py:1564: in test_read_position_deletes_orc
self.run_test_case('QueryTest/iceberg-v2-read-position-deletes-orc', vector)
common/impala_test_suite.py:769: in run_test_case
self.__verify_results_and_errors(vector, test_section, result, use_db)
common/impala_test_suite.py:603: in __verify_results_and_errors
replace_filenames_with_placeholder)
common/test_result_verifier.py:503: in verify_raw_results
VERIFIER_MAP[verifier](expected, actual)
common/test_result_verifier.py:296: in verify_query_result_is_equal
assert expected_results == actual_results
E assert Comparing QueryTestResults (expected vs actual):
E 20,6,'6.53KB','NOT CACHED','NOT
CACHED','ORC','false','hdfs://localhost:20500/test-warehouse/iceberg_test/hadoop_catalog/ice/iceberg_v2_partitioned_position_deletes_orc','NONE'
!= 10,6,'6.53KB','NOT CACHED','NOT
CACHED','ORC','false','hdfs://localhost:20500/test-warehouse/iceberg_test/hadoop_catalog/ice/iceberg_v2_partitioned_position_deletes_orc','NONE'{noformat}
stderr
{noformat}
SHOW TABLE STATS iceberg_v2_partitioned_position_deletes_orc;
-- 2024-10-04 13:54:13,919 INFO MainThread: Started query
634a24e0da6d5eae:4016ea2900000000
-- 2024-10-04 13:54:13,936 ERROR MainThread: Comparing QueryTestResults
(expected vs actual):
20,6,'6.53KB','NOT CACHED','NOT
CACHED','ORC','false','hdfs://localhost:20500/test-warehouse/iceberg_test/hadoop_catalog/ice/iceberg_v2_partitioned_position_deletes_orc','NONE'
!= 10,6,'6.53KB','NOT CACHED','NOT
CACHED','ORC','false','hdfs://localhost:20500/test-warehouse/iceberg_test/hadoop_catalog/ice/iceberg_v2_partitioned_position_deletes_orc','NONE'{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)