This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch site
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/site by this push:
new 8208e671bd [CALCITE-6047] Add news item and update date for 1.36.0
release
8208e671bd is described below
commit 8208e671bdd83d37392ef7fdca973cf29c187d94
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 | 76 ++++++++++++++++++++++++++++++++
site/_posts/2023-11-10-release-1.36.0.md | 47 ++++++++++++++++++++
2 files changed, 123 insertions(+)
diff --git a/site/_docs/history.md b/site/_docs/history.md
index 481bf5a512..6391c0f4a7 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -40,6 +40,82 @@ x,
y (release manager),
z.
+#### Breaking Changes
+{: #breaking-1-37-0}
+
+Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
+using JDK/OpenJDK versions 8 to 19;
+Guava versions 21.0 to 32.1.3-jre;
+other software versions as specified in gradle.properties.
+
+#### New features
+{: #new-features-1-37-0}
+
+#### Dependency version upgrade
+{: #dependency-1-37-0}
+
+#### Bug-fixes, API changes and minor enhancements
+{: #fixes-1-37-0}
+
+#### Build and test suite
+{: #build-1-37-0}
+
+#### Web site and documentation
+{: #site-1-37-0}
+-->
+
+## <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),
+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>
+
+Contributors to this release:
+Benchao Li (release manager),
+Cancai Cai,
+Claude Brisson,
+Evgeniy Stanilovskiy,
+Hanumath Maduri,
+Hongyu Guo,
+Itiel Sadeh,
+Jerin John,
+Jiajun Xie,
+Julian Hyde,
+Kaustubh Beedkar,
+Lei Shen,
+Leonid Chistov,
+Michael Mior,
+Mihai Budiu,
+Mingcan Wang,
+Oliver Lee,
+Ran Tao,
+Ruben Quesada Lopez,
+Runkang He,
+Tanner Clary,
+Thomas Rebele,
+Tim Nieradzik,
+Wegdan Ghazi,
+Wenrui Meng,
+Xiaogang Zhou,
+ZhangJian He,
+Zhengqiang Duan,
+Zoltan Haindrich,
+zoovwang.
+
#### Breaking Changes
{: #breaking-1-36-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>