Joe McDonnell created IMPALA-13432:
--------------------------------------
Summary:
TestIcebergTable.test_migrated_table_field_id_resolution_complex fails with
type difference
Key: IMPALA-13432
URL: https://issues.apache.org/jira/browse/IMPALA-13432
Project: IMPALA
Issue Type: Bug
Components: Frontend
Affects Versions: Impala 4.5.0
Reporter: Joe McDonnell
Assignee: Zoltán Borók-Nagy
TestIcebergTable.test_migrated_table_field_id_resolution_complex failed on a
core job with:
{noformat}
query_test/test_iceberg.py:330: in
test_migrated_table_field_id_resolution_complex
vector, unique_database)
common/impala_test_suite.py:831: in run_test_case
self.__verify_results_and_errors(vector, test_section, result, use_db)
common/impala_test_suite.py:638: in __verify_results_and_errors
replace_filenames_with_placeholder)
common/test_result_verifier.py:460: in verify_raw_results
verify_results(expected_types, actual_types, order_matters=True)
common/test_result_verifier.py:356: in verify_results
assert expected_results == actual_results
E assert ['STRING', 'I...', 'INT', ...] == ['STRING', 'IN...'BIGINT', ...]
E At index 5 diff: 'INT' != 'BIGINT'
E Right contains more items, first extra item: 'INT'
E Use -v to get the full diff{noformat}
This test was introduced by https://issues.apache.org/jira/browse/IMPALA-13364
. This occurs in the same run as IMPALA-13420, so this might have a similar
underlying cause.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)