Yida Wu created IMPALA-12034:
--------------------------------
Summary: TestIcebergTable.test_drop_corrupt_table failed in Ozone
build
Key: IMPALA-12034
URL: https://issues.apache.org/jira/browse/IMPALA-12034
Project: IMPALA
Issue Type: Bug
Reporter: Yida Wu
Testcases query_test.test_iceberg.TestIcebergTable.test_drop_corrupt_table and
query_test.test_iceberg.TestIcebergTable.test_drop_corrupt_table_with_invalidate
are found failed in ozone builds with following messages.
h3. Error Message
{code:java}
query_test/test_iceberg.py:147: in test_drop_corrupt_table
self._do_test_drop_corrupt_table(unique_database, do_invalidate=False)
query_test/test_iceberg.py:165: in _do_test_drop_corrupt_table assert not
self.hdfs_client.exists(metadata_location) E AttributeError: 'TestIcebergTable'
object has no attribute 'hdfs_client'{code}
h3. Stacktrace
{code:java}
query_test/test_iceberg.py:147: in test_drop_corrupt_table
self._do_test_drop_corrupt_table(unique_database, do_invalidate=False)
query_test/test_iceberg.py:165: in _do_test_drop_corrupt_table assert not
self.hdfs_client.exists(metadata_location) E AttributeError: 'TestIcebergTable'
object has no attribute 'hdfs_client'{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)