Zoltán Borók-Nagy created IMPALA-11517:
------------------------------------------

             Summary: Rewrite queries with unrelative collection columns for 
Iceberg tables
                 Key: IMPALA-11517
                 URL: https://issues.apache.org/jira/browse/IMPALA-11517
             Project: IMPALA
          Issue Type: Sub-task
          Components: Frontend
            Reporter: Zoltán Borók-Nagy


Similarly to full ACID tables (see IMPALA-9859), we need to rewrite the 
following queries:

{noformat}
select item from t.int_array
{noformat}

to

{noformat}
select a.item from t, t.int_array a;
{noformat}

We also need to care about issues described in IMPALA-10482 and IMPALA-10483.



--
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