You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Csaba Ringhofer (Jira)" <ji...@apache.org> on 2022/07/14 18:10:00 UTC

[jira] [Created] (IMPALA-11434) More than 1 2d arrays in select list causes analysis error

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)