Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-2316

Elasticsearch adapter converts query literals to lower-case

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.17.0
    • elasticsearch-adapter
    • None

    Description

      Example of usage

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

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

      Attachments

        Activity

          People

            julianhyde Julian Hyde
            sereda Andrei Sereda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: