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 01:56:00 UTC

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

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)