Zoltán Borók-Nagy created IMPALA-11159:
------------------------------------------
Summary: TestAsyncDDLTiming.test_ctas failed in S3 build
Key: IMPALA-11159
URL: https://issues.apache.org/jira/browse/IMPALA-11159
Project: IMPALA
Issue Type: Bug
Reporter: Zoltán Borók-Nagy
h3. Error Message
{noformat}
metadata/test_ddl.py:1135: in test_ctas self.wait_for_state(handle,
finished_state, 20, client=client) common/impala_test_suite.py:1125: in
wait_for_state self.wait_for_any_state(handle, [expected_state], timeout,
client) common/impala_test_suite.py:1141: in wait_for_any_state "last known
state {2}".format(handle.get_handle().id, expected_states, E AttributeError:
'HiveServer2Cursor' object has no attribute 'id'
{noformat}
h3. Stacktrace
{noformat}
metadata/test_ddl.py:1135: in test_ctas
self.wait_for_state(handle, finished_state, 20, client=client)
common/impala_test_suite.py:1125: in wait_for_state
self.wait_for_any_state(handle, [expected_state], timeout, client)
common/impala_test_suite.py:1141: in wait_for_any_state
"last known state {2}".format(handle.get_handle().id, expected_states,
E AttributeError: 'HiveServer2Cursor' object has no attribute 'id'
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)