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] [Updated] (CALCITE-2316) ES adapter converts query to lowercase

     [ https://issues.apache.org/jira/browse/CALCITE-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrei Sereda updated CALCITE-2316:
-----------------------------------
    Description: 
Example of usage

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

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

  was:
Example of usage

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

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


> 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
>            Priority: Major
>
> 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)