You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Daniel Becker (Jira)" <ji...@apache.org> on 2023/01/09 13:15:00 UTC

[jira] [Created] (IMPALA-11831) Error with zipping unnest if the array is also selected without unnesting

Daniel Becker created IMPALA-11831:
--------------------------------------

             Summary: Error with zipping unnest if the array is also selected without unnesting
                 Key: IMPALA-11831
                 URL: https://issues.apache.org/jira/browse/IMPALA-11831
             Project: IMPALA
          Issue Type: Bug
            Reporter: Daniel Becker
            Assignee: Daniel Becker


The following query returns an error:

 
{code:java}
select int_array, unnest(int_array) from complextypestbl;
ERROR: IllegalStateException: null
{code}
 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org