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 2018/05/18 00:11:00 UTC

[jira] [Created] (CALCITE-2316) ES adapter converts query to lowercase

Andrei Sereda created CALCITE-2316:
--------------------------------------

             Summary: ES adapter converts query to lowercase
                 Key: CALCITE-2316
                 URL: https://issues.apache.org/jira/browse/CALCITE-2316
             Project: Calcite
          Issue Type: Bug
          Components: elasticsearch-adapter
            Reporter: Andrei Sereda
            Assignee: Julian Hyde


Example of usage

{{SQL: select * from "elastic" where _MAP['Foo'] = 'BAR' (note upper-case) }}

{{ES Query: \{ "term": { "foo" : "bar" }} (note lower-case) }}



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