Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 3.3.0
-
None
-
ghx-label-7
Description
I saw two recent failures of this test, on without proper explanation for the error, and one with the following message:
04:41:33.324 FAIL custom_cluster/test_lineage.py::TestLineage:)::test_create_table_timestamp[protocol: beeswax | exec_option:
{'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: text/none]
04:41:33.324 =================================== FAILURES ===================================
04:41:33.341 TestLineage.test_create_table_timestamp[protocol: beeswax | exec_option:
| table_format: text/none]
04:41:33.341 custom_cluster/test_lineage.py:98: in test_create_table_timestamp
04:41:33.342 assert lineage_json["queryId"] == profile_query_id
04:41:33.342 E assert '75440fbf4d05...d1bd900000000' == 'fd4d30a1d0696...2b93c00000000'
04:41:33.342 E - 75440fbf4d05a7a7:832d1bd900000000
04:41:33.342 E + fd4d30a1d06964f4:99e2b93c00000000
Attachments
Issue Links
- is broken by
-
IMPALA-8564 Add table's createTime information in the column lineage information
- Resolved