Laszlo Gaal created IMPALA-13101:
------------------------------------

             Summary: test_data_source_tables fails with Data source does not 
exist
                 Key: IMPALA-13101
                 URL: https://issues.apache.org/jira/browse/IMPALA-13101
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 4.5.0
            Reporter: Laszlo Gaal


Traceback:
{code}
query_test/test_ext_data_sources.py:87: in test_data_source_tables
    self.run_test_case('QueryTest/data-source-tables', vector, 
use_db=unique_database)
common/impala_test_suite.py:725: in run_test_case
    result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
common/impala_test_suite.py:660: in __exec_in_impala
    result = self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:1013: 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:191: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
beeswax/impala_beeswax.py:382: in __execute_query
    handle = self.execute_query_async(query_string, user=user)
beeswax/impala_beeswax.py:376: in execute_query_async
    handle = self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:539: in __do_rpc
    raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E    MESSAGE: AnalysisException: Data source does not exist: 
testgenericdatasource
{code}

So far seen only in UBSAN builds.



--
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