You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Shuyi Chen (JIRA)" <ji...@apache.org> on 2018/02/02 00:25:00 UTC

[jira] [Commented] (CALCITE-2162) Exception when accessing subfield of subfield of composite Array element

    [ https://issues.apache.org/jira/browse/CALCITE-2162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16349575#comment-16349575 ] 

Shuyi Chen commented on CALCITE-2162:
-------------------------------------

[~julianhyde], done.

> Exception when accessing subfield of subfield 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)