Andrei Sereda created CALCITE-2814:
--------------------------------------
Summary: 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
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)