-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CALCITE-6047] Add news item and update date for 1.36.0 release
- Loading branch information
Showing
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |