Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
ghx-label-6
Description
A build using the Ozone file system failed with the following test failures:
query_test.test_iceberg.TestIcebergTable.test_execute_rollback
query_test.test_iceberg.TestIcebergTable.test_expire_snapshots
query_test/test_iceberg.py:267: in test_execute_rollback TBLPROPERTIES ({1})""".format(tbl_name, catalog_properties)) common/impala_connection.py:214: in execute return self.__beeswax_client.execute(sql_stmt, user=user) beeswax/impala_beeswax.py:191: in execute handle = self.__execute_query(query_string.strip(), user=user) beeswax/impala_beeswax.py:369: in __execute_query self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query aborted:ImpalaRuntimeException: Error making 'createTable' RPC to Hive Metastore: E CAUSED BY: RuntimeIOException: Failed to refresh the table E CAUSED BY: OMException: Bucket or Volume name has an unsupported character : _
The issue came after IMPALA-11482 was merged, it may be related.
Attachments
Issue Links
- is related to
-
IMPALA-11482 Implement Iceberg table rollback feature
- Resolved