Wenzhe Zhou created IMPALA-13059:
------------------------------------
Summary: Testcase fails at test_migrated_table_field_id_resolution
due to not matched number of columns
Key: IMPALA-13059
URL: https://issues.apache.org/jira/browse/IMPALA-13059
Project: IMPALA
Issue Type: Bug
Reporter: Wenzhe Zhou
Test failed due to the unmatched number of columns.
Stacktrace:
query_test/test_iceberg.py:270: in test_migrated_table_field_id_resolution
vector, unique_database)
common/impala_test_suite.py:756: in run_test_case
self.__verify_results_and_errors(vector, test_section, result, use_db)
common/impala_test_suite.py:589: in __verify_results_and_errors
replace_filenames_with_placeholder)
common/test_result_verifier.py:443: in verify_raw_results
verify_results(expected_types, actual_types, order_matters=True)
common/test_result_verifier.py:339: in verify_results
assert expected_results == actual_results
E assert ['INT', 'DOUBLE'] == ['INT', 'DOUBLE', 'DOUBLE']
E Right contains more items, first extra item: 'DOUBLE'
E Use -v to get the full diff
--
This message was sent by Atlassian Jira
(v8.20.10#820010)