Sahil Takiar created IMPALA-9991:
------------------------------------
Summary: TestShellClient.test_fetch_size_result_spooling is flaky
Key: IMPALA-9991
URL: https://issues.apache.org/jira/browse/IMPALA-9991
Project: IMPALA
Issue Type: Test
Reporter: Sahil Takiar
Assignee: Sahil Takiar
shell.test_shell_client.TestShellClient.test_fetch_size_result_spooling[table_format_and_file_extension:
('parquet', '.parq') | protocol: hs2] (from pytest)
h3. Error Message
shell/test_shell_client.py:70: in test_fetch_size_result_spooling
self.__fetch_rows(client.fetch(handle), num_rows / fetch_size, num_rows)
shell/test_shell_client.py:80: in __fetch_rows for fetch_batch in
fetch_batches: ../shell/impala_client.py:787: in fetch yield
self._transpose(col_value_converters, resp.results.columns) E AttributeError:
'NoneType' object has no attribute 'columns'
h3. Stacktrace
shell/test_shell_client.py:70: in test_fetch_size_result_spooling
self.__fetch_rows(client.fetch(handle), num_rows / fetch_size, num_rows)
shell/test_shell_client.py:80: in __fetch_rows for fetch_batch in
fetch_batches: ../shell/impala_client.py:787: in fetch yield
self._transpose(col_value_converters, resp.results.columns) E AttributeError:
'NoneType' object has no attribute 'columns'
h3. Standard Error
Opened TCP connection to localhost:21050
--
This message was sent by Atlassian Jira
(v8.3.4#803005)