Daniel Becker created IMPALA-11186:
--------------------------------------
Summary: Assertion fails in
TestShowCreateTable.test_show_create_table
Key: IMPALA-11186
URL: https://issues.apache.org/jira/browse/IMPALA-11186
Project: IMPALA
Issue Type: Bug
Reporter: Daniel Becker
Encountered in internal builds, the test
*metadata.test_show_create_table.TestShowCreateTable.test_show_create_table*
fails with the following error:
h3. Error Message
{code:java}
metadata/test_show_create_table.py:64: in test_show_create_table
unique_database) metadata/test_show_create_table.py:118: in
__run_show_create_table_test_case self.__compare_result(expected_result,
create_table_result) metadata/test_show_create_table.py:146: in
__compare_result assert expected_tbl_props == actual_tbl_props E assert
{'engine.hive...t': 'parquet'} == {'engine.hive....71ac7bb', ...} E Omitting 4
identical items, use -v to show E Right contains more items: E {'uuid':
'02004aff-d553-437e-8d2c-8b35f71ac7bb'} E Use -v to get the full diff{code}
h3. Stacktrace
{code:java}
metadata/test_show_create_table.py:64: in test_show_create_table
unique_database) metadata/test_show_create_table.py:118: in
__run_show_create_table_test_case self.__compare_result(expected_result,
create_table_result) metadata/test_show_create_table.py:146: in
__compare_result assert expected_tbl_props == actual_tbl_props E assert
{'engine.hive...t': 'parquet'} == {'engine.hive....71ac7bb', ...} E Omitting 4
identical items, use -v to show E Right contains more items: E {'uuid':
'02004aff-d553-437e-8d2c-8b35f71ac7bb'} E Use -v to get the full diff{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)