Csaba Ringhofer created IMPALA-11434:
----------------------------------------

             Summary: More than 1  2d arrays in select  list causes analysis 
error
                 Key: IMPALA-11434
                 URL: https://issues.apache.org/jira/browse/IMPALA-11434
             Project: IMPALA
          Issue Type: Bug
          Components: Frontend
    Affects Versions: Impala 4.1.0
            Reporter: Csaba Ringhofer


To reproduce:

create table tarray (int_2d ARRAY<ARRAY<INT>>, string_2d ARRAY<ARRAY<STRING>>) 
stored as parquet;

select int_2d, string_2d from tarray;



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

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

Reply via email to