You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by se...@apache.org on 2018/12/24 20:09:09 UTC

calcite git commit: Site: ElasticAdapter mention supported versions (and support schedule)

Repository: calcite
Updated Branches:
  refs/heads/master c3e076c0b -> af739cbef


Site: ElasticAdapter mention supported versions (and support schedule)


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/af739cbe
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/af739cbe
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/af739cbe

Branch: refs/heads/master
Commit: af739cbef3799512d095134567ca715b1179611a
Parents: c3e076c
Author: Andrei Sereda <25...@users.noreply.github.com>
Authored: Mon Dec 24 15:08:32 2018 -0500
Committer: Andrei Sereda <25...@users.noreply.github.com>
Committed: Mon Dec 24 15:08:32 2018 -0500

----------------------------------------------------------------------
 site/_docs/elasticsearch_adapter.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/af739cbe/site/_docs/elasticsearch_adapter.md
----------------------------------------------------------------------
diff --git a/site/_docs/elasticsearch_adapter.md b/site/_docs/elasticsearch_adapter.md
index 1594a13..3eff935 100644
--- a/site/_docs/elasticsearch_adapter.md
+++ b/site/_docs/elasticsearch_adapter.md
@@ -57,8 +57,6 @@ A basic example of a model file is given below:
 }
 {% endhighlight %}
 
-This adapter is targeted for Elasticsearch versions 2 or older. 
-
 Assuming this file is stored as `model.json`, you can connect to
 Elasticsearch via [`sqlline`](https://github.com/julianhyde/sqlline) as
 follows:
@@ -138,3 +136,7 @@ uses [scroll API](https://www.elastic.co/guide/en/elasticsearch/reference/curren
 This ensures that consistent and full data-set is returned to end user (lazily and in batches). Please note that
 scroll is automatically cleared (removed) when all query resuts are consumed.
 
+### Supported versions
+Currently this adapter supports ElasticSearch versions 2.x (or newer). Generally
+we try to follow official [support schedule](https://www.elastic.co/support/eol).
+