Alexandra Dunai created IMPALA-10816:
----------------------------------------

             Summary: 'NoneType' object is not iterable exception when query 
returns more than 10.000 rows
                 Key: IMPALA-10816
                 URL: https://issues.apache.org/jira/browse/IMPALA-10816
             Project: IMPALA
          Issue Type: Bug
    Affects Versions: Impala 4.0
            Reporter: Alexandra Dunai


Impala-shell returns 'NoneType' object is not iterable exception when query 
returns more than 10.000 rows.

Steps to reproduce:
1. Enter impala-shell (or you can run query from a file as well)
2. Run a query that returns more than 10.000 rows (e.g. 10.001 rows)

Expected result:

Impala-shell returns all rows that were queried.

Actual result:
Impala-shell throws exception for 'NoneType' object is not iterable and then 
disconnects. You can only continue using impala-shell if you reconnect to it.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to