You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jc...@apache.org on 2017/04/10 08:33:41 UTC

calcite git commit: [CALCITE-1730] Upgrade Druid to 0.9.2 (Nishant Bangarwa)

Repository: calcite
Updated Branches:
  refs/heads/master 9f87b6669 -> bff34c1a3


[CALCITE-1730] Upgrade Druid to 0.9.2 (Nishant Bangarwa)

Close apache/calcite#418


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

Branch: refs/heads/master
Commit: bff34c1a361faef793d4133032153f6956d03bbe
Parents: 9f87b66
Author: Nishant Bangarwa <ni...@gmail.com>
Authored: Mon Apr 10 09:32:51 2017 +0100
Committer: Jesus Camacho Rodriguez <jc...@apache.org>
Committed: Mon Apr 10 09:32:56 2017 +0100

----------------------------------------------------------------------
 site/_docs/druid_adapter.md |  4 ++--
 site/_docs/history.md       | 10 ++++++++++
 2 files changed, 12 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/bff34c1a/site/_docs/druid_adapter.md
----------------------------------------------------------------------
diff --git a/site/_docs/druid_adapter.md b/site/_docs/druid_adapter.md
index 67555ce..fa088d5 100644
--- a/site/_docs/druid_adapter.md
+++ b/site/_docs/druid_adapter.md
@@ -24,11 +24,11 @@ limitations under the License.
 
 [Druid](http://druid.io/) is a fast column-oriented distributed data
 store. It allows you to execute queries via a
-[JSON-based query language](http://druid.io/docs/0.9.0/querying/querying.html),
+[JSON-based query language](http://druid.io/docs/0.9.2/querying/querying.html),
 in particular OLAP-style queries.
 Druid can be loaded in batch mode or continuously; one of Druid's key
 differentiators is its ability to
-[load from a streaming source such as Kafka](http://druid.io/docs/0.9.0/ingestion/stream-ingestion.html)
+[load from a streaming source such as Kafka](http://druid.io/docs/0.9.2/ingestion/stream-ingestion.html)
 and have the data available for query within milliseconds.
 
 Calcite's Druid adapter allows you to query the data using SQL,

http://git-wip-us.apache.org/repos/asf/calcite/blob/bff34c1a/site/_docs/history.md
----------------------------------------------------------------------
diff --git a/site/_docs/history.md b/site/_docs/history.md
index b0a7f50..36c8a4b 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -28,6 +28,16 @@ For a full list of releases, see
 Downloads are available on the
 [downloads page]({{ site.baseurl }}/downloads/).
 
+## <a href="https://github.com/apache/calcite/releases/tag/calcite-1.13.0">1.13.0</a> / under development
+{: #v1-13-0}
+
+Compatibility: This release is tested
+on Linux, macOS, Microsoft Windows;
+using Oracle JDK 1.7, 1.8, 9;
+Guava versions 14.0 to 21.0;
+Druid version 0.9.2;
+other software versions as specified in `pom.xml`.
+
 ## <a href="https://github.com/apache/calcite/releases/tag/calcite-1.12.0">1.12.0</a> / 2017-03-24
 {: #v1-12-0}