You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2018/05/21 20:16:00 UTC

[jira] [Resolved] (CALCITE-2316) Elasticsearch adapter converts query literals to lower-case

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

Julian Hyde resolved CALCITE-2316.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.17.0

Fixed in [b4d9246e|http://git-wip-us.apache.org/repos/asf/calcite/commit/b4d9246e]; thanks for the PR, [~asereda]!

> Elasticsearch adapter converts query literals to lower-case
> -----------------------------------------------------------
>
>                 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
>             Fix For: 1.17.0
>
>
> 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)