This is an automated email from the ASF dual-hosted git repository. libenchao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite.git
commit 47db81a7d5aad4cb35b623dd12b7c5d4a80dc03b Author: Benchao Li <[email protected]> AuthorDate: Fri Nov 10 19:24:46 2023 +0800 [CALCITE-6047] Add news item and update date for 1.36.0 release --- site/_docs/history.md | 2 +- site/_posts/2023-11-10-release-1.36.0.md | 47 ++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/site/_docs/history.md b/site/_docs/history.md index 79db5b3809..c78d00aa3c 100644 --- a/site/_docs/history.md +++ b/site/_docs/history.md @@ -64,7 +64,7 @@ other software versions as specified in gradle.properties. {: #site-1-37-0} --> -## <a href="https://github.com/apache/calcite/releases/tag/calcite-1.36.0">1.36.0</a> / 2023-11-XX +## <a href="https://github.com/apache/calcite/releases/tag/calcite-1.36.0">1.36.0</a> / 2023-11-10 {: #v1-36-0} This release comes 3 months after [1.35.0](#v1-35-0), diff --git a/site/_posts/2023-11-10-release-1.36.0.md b/site/_posts/2023-11-10-release-1.36.0.md new file mode 100644 index 0000000000..d98f4ab8ec --- /dev/null +++ b/site/_posts/2023-11-10-release-1.36.0.md @@ -0,0 +1,47 @@ +--- +layout: news_item +date: "2023-11-10 08:56:00 +0000" +author: libenchao +version: 1.36.0 +categories: [release] +tag: v1-36-0 +sha: 0be8eaebcf27afae9ecda8ab79db63c214426561 +--- +<!-- +{% 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.36.0]({{ site.baseurl }}/docs/history.html#v1-36-0). + +This release comes 3 months after [1.35.0](#v1-35-0), +contains contributions from 30 contributors, and resolves 125 issues. + +Among other new features, it's worth highlighting the adding of 30 new SQL functions in various libraries such as BigQuery and Spark, many improvements hardening `TABLESAMPLE` , and also the following features: +* [<a href="https://issues.apache.org/jira/browse/CALCITE-129">CALCITE-129</a>] + Support recursive `WITH` queries +* [<a href="https://issues.apache.org/jira/browse/CALCITE-6022">CALCITE-6022</a>] + Support `CREATE TABLE ... LIKE DDL` in server module +* [<a href="https://issues.apache.org/jira/browse/CALCITE-5962">CALCITE-5962</a>] + Support parse Spark-style syntax `LEFT ANTI JOIN` in Babel parser +* [<a href="https://issues.apache.org/jira/browse/CALCITE-5184">CALCITE-5184</a>] + Support `LIMIT start, ALL` in MySQL conformance, equivalent to `OFFSET start` +* [<a href="https://issues.apache.org/jira/browse/CALCITE-5889">CALCITE-5889</a>] + Add a `RelRule` that converts `Minus` into `UNION ALL..GROUP BY...WHERE` + +In addition to new features, it's also worth highlighting the integrating of <a href="https://issues.apache.org/jira/browse/CALCITE-5615">SQL Logic Test suite</a>
