[
https://issues.apache.org/jira/browse/IMPALA-11831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17869502#comment-17869502
]
Zihao Ye commented on IMPALA-11831:
-----------------------------------
Here is another similar issue:
{code:sql}
[4620ee0acf3b:21050] functional_parquet> select * from
unnest(complextypes_arrays.arr1, complextypes_arrays.arr2);
Query: select * from unnest(complextypes_arrays.arr1, complextypes_arrays.arr2)
Query submitted at: 2024-07-30 11:37:07 (Coordinator: http://4620ee0acf3b:25000)
ERROR: IllegalStateException: null
{code}
> 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
> Priority: Major
>
> 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: [email protected]
For additional commands, e-mail: [email protected]