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

ASF GitHub Bot updated CALCITE-3054:
------------------------------------
    Labels: pull-request-available  (was: )

> ElasticSearch adapter. Avoid scripting for simple projections
> -------------------------------------------------------------
>
>                 Key: CALCITE-3054
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3054
>             Project: Calcite
>          Issue Type: Bug
>          Components: elasticsearch-adapter
>    Affects Versions: 1.19.0
>            Reporter: Andrei Sereda
>            Assignee: Andrei Sereda
>            Priority: Major
>              Labels: pull-request-available
>
> No 
> [scripting|https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-scripting.html]
>  should be used for simple field projection(s).
> In some cases elastic adapter uses {{script}} instead of {{_source}} for 
> simple field projections.
> {code:sql}
> select  _MAP['a'], _MAP['b.a'] from elastic
> {code}



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

Reply via email to