From 4699f02616a5dd0e5ebf695b0e0f2eccdd2568c7 Mon Sep 17 00:00:00 2001 From: Benchao Li Date: Fri, 10 Nov 2023 19:24:46 +0800 Subject: [PATCH] [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(-) create mode 100644 site/_posts/2023-11-10-release-1.36.0.md diff --git a/site/_docs/history.md b/site/_docs/history.md index 79db5b38098..c78d00aa3cb 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} --> -## 1.36.0 / 2023-11-XX +## 1.36.0 / 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 00000000000..d98f4ab8eca --- /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 +--- + + +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: +* [CALCITE-129] + Support recursive `WITH` queries +* [CALCITE-6022] + Support `CREATE TABLE ... LIKE DDL` in server module +* [CALCITE-5962] + Support parse Spark-style syntax `LEFT ANTI JOIN` in Babel parser +* [CALCITE-5184] + Support `LIMIT start, ALL` in MySQL conformance, equivalent to `OFFSET start` +* [CALCITE-5889] + 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 SQL Logic Test suite