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

[jira] [Assigned] (CALCITE-2162) Exception when accessing sub-field of sub-field of composite Array element

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

Julian Hyde reassigned CALCITE-2162:
------------------------------------

    Assignee: Shuyi Chen  (was: Julian Hyde)

I've made you a contributor and assigned it to you. You may now assign other cases if you wish.

> 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: Shuyi Chen
>            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)