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

TestIcebergTable.test_create_table_like_table failed in exhaustive mode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 4.5.0
    • None
    • Test
    • ghx-label-14

    Description

      TestIcebergTable.test_create_table_like_table is failed in exhaustive mode with following stack trace.

      query_test/test_iceberg.py:1157: in test_create_table_like_table
          use_db=unique_database)
      common/impala_test_suite.py:740: in run_test_case
          result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
      common/impala_test_suite.py:675: in __exec_in_impala
          result = self.__execute_query(target_impalad_client, query, user=user)
      common/impala_test_suite.py:1028: in __execute_query
          return impalad_client.execute(query, user=user)
      common/impala_connection.py:216: in execute
          fetch_profile_after_close=fetch_profile_after_close)
      beeswax/impala_beeswax.py:190: in execute
          handle = self.__execute_query(query_string.strip(), user=user)
      beeswax/impala_beeswax.py:383: in __execute_query
          self.wait_for_finished(handle)
      beeswax/impala_beeswax.py:413: in wait_for_finished
          raise ImpalaBeeswaxException(error_log, None)
      E   ImpalaBeeswaxException: Query 4a49550a3c2a9836:ad14b98400000000 failed:
      E   ImpalaRuntimeException: Error making 'createTable' RPC to Hive Metastore: 
      E   CAUSED BY: AlreadyExistsException: Table already exists: id_a.id_b.ice_hadoop_cat_no_part
      

      Attachments

        Activity

          People

            noemi Noemi Pap-Takacs
            rizaon Riza Suminto
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: