[
https://issues.apache.org/jira/browse/IMPALA-13607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Quanlong Huang resolved IMPALA-13607.
-------------------------------------
Fix Version/s: Impala 5.0.0
Resolution: Fixed
> test_cache_valid_on_nontransactional_table_ddls() fails with assertion error
> ----------------------------------------------------------------------------
>
> Key: IMPALA-13607
> URL: https://issues.apache.org/jira/browse/IMPALA-13607
> Project: IMPALA
> Issue Type: Bug
> Reporter: Pranav Yogi Lodha
> Assignee: Quanlong Huang
> Priority: Major
> Labels: broken-build
> Fix For: Impala 5.0.0
>
> Attachments:
> catalogd.impala-ec2-redhat86-m6i-4xlarge-ondemand-1403.vpc.cloudera.com.jenkins.log.INFO.20251115-050206.2588537
>
>
> h2. Error Message
> {noformat}
> assert None is not None + where None = FileMetadata(data=None, version=1,
> type=1).data + where FileMetadata(data=None, version=1, type=1) =
> Partition(writeId=-1, parameters={'totalSize': '2', 'transient_lastDdlTime':
> '...csjtf.db/test_cache_valid_on_nontransactional_table_ddls_tblqchdb/part_col=2')).fileMetadata{noformat}
> h2. Stacktrace
> {noformat}
> custom_cluster/test_metastore_service.py:465: in
> test_cache_valid_on_nontransactional_table_ddls
> self.__test_non_transactional_table_cache_helper(db_name, tbl_name, False)
> custom_cluster/test_metastore_service.py:596: in
> __test_non_transactional_table_cache_helper assert part.fileMetadata.data is
> not None
> E assert None is not None
> E + where None = FileMetadata(data=None, version=1, type=1).data
> E + where FileMetadata(data=None, version=1, type=1) = Partition(writeId=-1,
> parameters={'totalSize': '2', 'transient_lastDdlTime':
> '...csjtf.db/test_cache_valid_on_nontransactional_table_ddls_tblqchdb/part_col=2')).fileMetadata{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)