[ 
https://issues.apache.org/jira/browse/IMPALA-13059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843827#comment-17843827
 ] 

Wenzhe Zhou commented on IMPALA-13059:
--------------------------------------

In another test case, it failed due to metadata file for version 2 is missing

Stacktrace
query_test/test_iceberg.py:264: in test_migrated_table_field_id_resolution
    "iceberg_migrated_complex_test", "parquet")
common/file_utils.py:72: in create_iceberg_table_from_directory
    'True');""".format(qualified_table_name))
common/impala_connection.py:216: in execute
    fetch_profile_after_close=fetch_profile_after_close)
beeswax/impala_beeswax.py:191: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:384: in __execute_query
    self.wait_for_finished(handle)
beeswax/impala_beeswax.py:405: in wait_for_finished
    raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    Query aborted:ImpalaRuntimeException: Failed to ALTER table 
'iceberg_migrated_complex_test': Metadata file for version 2 is missing

> Testcase fails at test_migrated_table_field_id_resolution due to unmatched 
> column number
> ----------------------------------------------------------------------------------------
>
>                 Key: IMPALA-13059
>                 URL: https://issues.apache.org/jira/browse/IMPALA-13059
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Wenzhe Zhou
>            Priority: Major
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to