You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by mm...@apache.org on 2017/10/02 17:11:14 UTC

[6/6] calcite git commit: Add news item for release 1.14.0

Add news item for release 1.14.0


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

Branch: refs/heads/master
Commit: 8430ac15ad4ddbd8bad5e5d105763bf884bd7594
Parents: b39e232
Author: Michael Mior <mm...@uwaterloo.ca>
Authored: Mon Oct 2 10:40:04 2017 -0400
Committer: Michael Mior <mm...@uwaterloo.ca>
Committed: Mon Oct 2 12:58:45 2017 -0400

----------------------------------------------------------------------
 site/_docs/history.md                    |  2 +-
 site/_posts/2017-10-02-release-1.14.0.md | 41 +++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/8430ac15/site/_docs/history.md
----------------------------------------------------------------------
diff --git a/site/_docs/history.md b/site/_docs/history.md
index 5871929..ab975fe 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -82,7 +82,7 @@ other software versions as specified in `pom.xml`.
 
 #### Bug-fixes, API changes and minor enhancements
 
-* [<a href="https://issues.apache.org/jira/browse/<a href="https://issues.apache.org/jira/browse/CALCITE-1931">CALCITE-1931</a>">CALCITE-1931</a>] 
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-1931">CALCITE-1931</a>]
   Change the return type of `RANK` and other aggregate functions.
   Various aggregate functions that used to return `INTEGER` now return other
   types: `RANK`, `DENSE_RANK`, and `NTILE` now return `BIGINT`;

http://git-wip-us.apache.org/repos/asf/calcite/blob/8430ac15/site/_posts/2017-10-02-release-1.14.0.md
----------------------------------------------------------------------
diff --git a/site/_posts/2017-10-02-release-1.14.0.md b/site/_posts/2017-10-02-release-1.14.0.md
new file mode 100644
index 0000000..cce2acc
--- /dev/null
+++ b/site/_posts/2017-10-02-release-1.14.0.md
@@ -0,0 +1,41 @@
+---
+layout: news_item
+date: "2017-10-02 17:00:00 +0000"
+author: mmior
+version: 1.14.0
+categories: [release]
+tag: v1-14-0
+sha: 7426eef84
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+The [Apache Calcite PMC]({{ site.baseurl }})
+is pleased to announce
+[Apache Calcite release 1.14.0]({{ site.baseurl }}/docs/history.html#v-1-14-0).
+
+This release comes three months after 1.13.0. It includes 68 resolved issues with many improvements and bug fixes.
+This release brings some big new features.
+The `GEOMETRY` data type was added along with 35 associated functions as the start of support for Simple Feature Access.
+There are also two new adapters.
+
+Firstly, the Elasticsearch 5 adapter which now exists in parallel with the previous Elasticsearch 2 adapter.
+Additionally there is now an [OS adapter]({{ site.baseurl }}/docs/os_adapter.html) which exposes operating system metrics as relational tables.
+`ThetaSketch` and `HyperUnique` support has also been added to the Druid adapter.
+Several minor improvements are added as well including improved `MATCH_RECOGNIZE` support, quantified comparison predicates, and `ARRAY` and `MULTISET` support for UDFs.