You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/04 22:46:00 UTC

[jira] [Commented] (DRILL-3637) Add Elasticsearch Storage Plugin

    [ https://issues.apache.org/jira/browse/DRILL-3637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258565#comment-17258565 ] 

ASF GitHub Bot commented on DRILL-3637:
---------------------------------------

vvysotskyi opened a new pull request #2135:
URL: https://github.com/apache/drill/pull/2135


   # [DRILL-3637](https://issues.apache.org/jira/browse/DRILL-3637): ElasticSearch storage plugin implementation based on Calcite adapter
   
   ## Description
   
   This PR introduces base classes for creating storage plugins based on Calcite adapters and also provides a plugin based on  Calcite's ElasticSearch adapter. 
   This implementation supports
   - project pushdown;
   - filters pushdown (only predicates supported by Calcite adapter);
   - limit pushdown;
   - sort pushdown;
   - aggregation pushdown.
   
   ## Documentation
   Docs on Drill web site should be updated to state about the support of Elasticsearch plugin.
   
   ## Testing
   Added unit tests, checked with ES 6.3.2, 7.8, 7.10.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Add Elasticsearch Storage Plugin
> --------------------------------
>
>                 Key: DRILL-3637
>                 URL: https://issues.apache.org/jira/browse/DRILL-3637
>             Project: Apache Drill
>          Issue Type: New Feature
>          Components: Storage - ElasticSearch
>            Reporter: Andrew
>            Assignee: Vova Vysotskyi
>            Priority: Major
>             Fix For: Future
>
>
> Create a storage plugin for elasticsearch



--
This message was sent by Atlassian Jira
(v8.3.4#803005)