Repository: calcite Updated Branches: refs/heads/master ff090733c -> b39a5c762
Site: News item for release 1.16.0 Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/b39a5c76 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/b39a5c76 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/b39a5c76 Branch: refs/heads/master Commit: b39a5c762dc2d07e7e06c6d26f180542d3f7c35e Parents: ff09073 Author: Jesus Camacho Rodriguez <[email protected]> Authored: Sat Mar 17 11:32:57 2018 -0700 Committer: Jesus Camacho Rodriguez <[email protected]> Committed: Sat Mar 17 11:32:57 2018 -0700 ---------------------------------------------------------------------- site/_posts/2018-03-19-release-1.16.0.md | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/b39a5c76/site/_posts/2018-03-19-release-1.16.0.md ---------------------------------------------------------------------- diff --git a/site/_posts/2018-03-19-release-1.16.0.md b/site/_posts/2018-03-19-release-1.16.0.md new file mode 100644 index 0000000..582d4c1 --- /dev/null +++ b/site/_posts/2018-03-19-release-1.16.0.md @@ -0,0 +1,50 @@ +--- +layout: news_item +date: "2018-03-19 08:15:00 +0000" +author: jcamacho +version: 1.16.0 +categories: [release] +tag: v1-16-0 +sha: 96b7306 +--- +<!-- +{% 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.16.0]({{ site.baseurl }}/docs/history.html#v1-16-0). + +This release comes three months after 1.15.0. It includes more than 80 resolved +issues, comprising a large number of new features as well as general improvements +and bug-fixes to Calcite core. Among others: + +* Calcite has been upgraded to use +<a href="https://issues.apache.org/jira/browse/CALCITE-2182">Avatica 1.11.0</a>, +which was recently released. +* Moreover, a new adapter to +<a href="https://issues.apache.org/jira/browse/CALCITE-2059">read data from Apache Geode</a> +was added in this release. In addition, more progress has been made for the existing adapters, +e.g., the Druid adapter can generate +<a href="https://issues.apache.org/jira/browse/CALCITE-2077">`SCAN` queries rather than `SELECT` queries</a> +for more efficient execution and it can push +<a href="https://issues.apache.org/jira/browse/CALCITE-2170">more work to Druid using its new expressions capabilities</a>, +and the JDBC adapter now <a href="https://issues.apache.org/jira/browse/CALCITE-2128">supports the SQL dialect used by Jethro Data</a>. +* Finally, this release +<a href="https://issues.apache.org/jira/browse/CALCITE-2027">drops support for JDK 1.7</a> and +support for <a href="https://issues.apache.org/jira/browse/CALCITE-2191">Guava versions earlier than 19</a>.
