Noemi Pap-Takacs created IMPALA-13608:
-----------------------------------------

             Summary: TestIcebergTable.test_catalogs failed in exhaustive mode
                 Key: IMPALA-13608
                 URL: https://issues.apache.org/jira/browse/IMPALA-13608
             Project: IMPALA
          Issue Type: Bug
          Components: Test
            Reporter: Noemi Pap-Takacs
            Assignee: Noemi Pap-Takacs


TestIcebergTable.test_catalogs is failed in exhaustive mode with following 
stack trace.
{code:java}
query_test/test_iceberg.py:1157: in test_catalogs
    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: org.db.tbl {code}
This is similar to IMPALA-13383



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to