You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Andrei Sereda (JIRA)" <ji...@apache.org> on 2019/01/29 03:16:00 UTC

[jira] [Updated] (CALCITE-2814) ElasticSearch adapter. Fix "group by" when using raw item access (eg. _MAP['a.b.c'])

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

Andrei Sereda updated CALCITE-2814:
-----------------------------------
    Fix Version/s: 1.19.0

> ElasticSearch adapter. Fix "group by" when using  raw item access (eg. _MAP['a.b.c'])
> -------------------------------------------------------------------------------------
>
>                 Key: CALCITE-2814
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2814
>             Project: Calcite
>          Issue Type: Bug
>          Components: elasticsearch-adapter
>            Reporter: Andrei Sereda
>            Assignee: Julian Hyde
>            Priority: Major
>             Fix For: 1.19.0
>
>
> The following query is still failing in elastic due to field / item mapping
> {code:sql}
> select max(_MAP['a']), _MAP['b'] from elastic group by _MAP['b']
> {code}



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