Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-11999

TestIcebergTable.test_execute_rollback fails in Ozone build

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • Impala 4.3.0
    • 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

          Activity

            People

              asherman Andrew Sherman
              daniel.becker Daniel Becker
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: