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/02/23 16:50:00 UTC

[jira] [Created] (CALCITE-2863) ElasticSearch adapter. Query fails when filtering directly on _MAP

Andrei Sereda created CALCITE-2863:
--------------------------------------

             Summary: ElasticSearch adapter. Query fails when filtering directly on _MAP
                 Key: CALCITE-2863
                 URL: https://issues.apache.org/jira/browse/CALCITE-2863
             Project: Calcite
          Issue Type: Bug
          Components: elasticsearch-adapter
            Reporter: Andrei Sereda


The following query fails:
{code:sql}
select * from elastic where _MAP['state'] = 'NY' order by _MAP['city']
{code}



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