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

Julian Hyde resolved CALCITE-2162.
----------------------------------
    Resolution: Fixed

Fixed in 
[5547781e|http://git-wip-us.apache.org/repos/asf/calcite/commit/5547781e]; 
thanks for the PR, [~suez1224]!

> Exception when accessing sub-field of sub-field of composite Array element
> --------------------------------------------------------------------------
>
>                 Key: CALCITE-2162
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2162
>             Project: Calcite
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.15.0
>            Reporter: Shuyi Chen
>            Assignee: Julian Hyde
>            Priority: Major
>             Fix For: 1.16.0
>
>
> for example, the following expression will throw an exception:
> {code:java}
> a[1].b.c{code}
> but the following will work:
> {code:java}
> a[1].b{code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to