[ 
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-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to