Zoltán Borók-Nagy created IMPALA-12310:
------------------------------------------
Summary: test_delete_complextypes_mixed_files failed in exhaustive
build
Key: IMPALA-12310
URL: https://issues.apache.org/jira/browse/IMPALA-12310
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
test_delete_complextypes_mixed_files failed in an exhaustive build.
h2. Error Message
query_test/test_iceberg.py:1235: in test_delete_complextypes_mixed_files
unique_database) common/impala_test_suite.py:718: in run_test_case result =
exec_fn(query, user=test_section.get('USER', '').strip() or None)
common/impala_test_suite.py:656: in __exec_in_impala result =
self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:992: in __execute_query return
impalad_client.execute(query, user=user) 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:367: in __execute_query handle =
self.execute_query_async(query_string, user=user)
beeswax/impala_beeswax.py:361: in execute_query_async handle =
self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:524: in __do_rpc raise
ImpalaBeeswaxException(self.__build_error_message(b), b) E
ImpalaBeeswaxException: ImpalaBeeswaxException: E INNER EXCEPTION: <class
'beeswaxd.ttypes.BeeswaxException'> E MESSAGE: AnalysisException: Could not
resolve table reference: 'ice_complex_delete'
h2. Stacktrace
{noformat}
query_test/test_iceberg.py:1235: in test_delete_complextypes_mixed_files
unique_database)
common/impala_test_suite.py:718: in run_test_case
result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
common/impala_test_suite.py:656: in __exec_in_impala
result = self.__execute_query(target_impalad_client, query, user=user)
common/impala_test_suite.py:992: in __execute_query
return impalad_client.execute(query, user=user)
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:367: in __execute_query
handle = self.execute_query_async(query_string, user=user)
beeswax/impala_beeswax.py:361: in execute_query_async
handle = self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:524: in __do_rpc
raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E ImpalaBeeswaxException: ImpalaBeeswaxException:
E INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E MESSAGE: AnalysisException: Could not resolve table reference:
'ice_complex_delete'
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)