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: [email protected]
