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

Julian Hyde resolved CALCITE-1225.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.8.0

Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/6031b7a4.

> UNNEST with join
> ----------------
>
>                 Key: CALCITE-1225
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1225
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Julian Hyde
>             Fix For: 1.8.0
>
>
> UNNEST does not seem to be able to reference a column from another table in 
> the same FROM clause. For example,
> {code}
> SELECT a.*, b.*
> FROM table1 AS a,
>  UNNEST(a.items) AS b
> {code}
> gives {{table A not found}}.
> org.apache.calcite.test.JdbcTest.testUnnestArrayColumn tests this but is 
> currently flagged 'Ignore'.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to