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 "Gabor Kaszab (Jira)" <ji...@apache.org> on 2020/03/13 13:20:00 UTC

[jira] [Closed] (IMPALA-3310) Cannot reference outer columns from inline view over nested collection

     [ https://issues.apache.org/jira/browse/IMPALA-3310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabor Kaszab closed IMPALA-3310.
--------------------------------
    Fix Version/s: Not Applicable
       Resolution: Duplicate

This issue seems to be the same as IMPALA-2777 hence closing this one as duplicate.

> Cannot reference outer columns from inline view over nested collection
> ----------------------------------------------------------------------
>
>                 Key: IMPALA-3310
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3310
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Frontend
>    Affects Versions: Impala 2.5.0
>            Reporter: Skye Wanderman-Milne
>            Priority: Minor
>              Labels: planner
>             Fix For: Not Applicable
>
>
> It should be possible to run this query:
> {noformat}
> Query: explain select id, m from complextypestbl t, (select min(t.id + item) m from t.int_array) v
> ERROR: AnalysisException: Could not resolve column/field reference: 't.id'
> {noformat}
> Table schema:
> {noformat}
> id         bigint
> int_array  array<int>
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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