[
https://issues.apache.org/jira/browse/CALCITE-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrei Sereda resolved CALCITE-2814.
------------------------------------
Resolution: Fixed
Fixed in
[542c0867|https://gitbox.apache.org/repos/asf?p=calcite.git;a=commit;h=542c086749d504de5542c37f12f6a1329842f18d]
> 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)