You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by gi...@apache.org on 2022/08/03 16:16:09 UTC

[calcite] branch site updated: [CALCITE-5096] Release announcement for Calcite 1.31

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 11d70e4106 [CALCITE-5096] Release announcement for Calcite 1.31
11d70e4106 is described below

commit 11d70e4106456495c2efc96d3d008d1b9284627f
Author: Andrei Sereda <25...@users.noreply.github.com>
AuthorDate: Tue Aug 2 18:09:54 2022 +0200

    [CALCITE-5096] Release announcement for Calcite 1.31
---
 site/_posts/2022-08-02-release-1.31.0.md | 48 ++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/site/_posts/2022-08-02-release-1.31.0.md b/site/_posts/2022-08-02-release-1.31.0.md
new file mode 100644
index 0000000000..9591c19e38
--- /dev/null
+++ b/site/_posts/2022-08-02-release-1.31.0.md
@@ -0,0 +1,48 @@
+---
+layout: news_item
+date: "2022-08-02 12:00:00 +0000"
+author: sereda
+version: 1.31.0
+categories: [release]
+tag: v1-31-0
+sha: 86d1bf40
+---
+<!--
+{% 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.31.0]({{ site.baseurl }}/docs/history.html#v1-31-0).
+
+This release comes four months after [1.30.0](#v1-30-0),
+contains contributions from 28 contributors, and resolves 81 issues.
+
+Among others, it is worth highlighting the following improvements:
+
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-4865">CALCITE-4865</a>]
+ Allow table functions to be polymorphic
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-5107">CALCITE-5107</a>]
+ Support SQL hint for `Filter`, `SetOp`, `Sort`, `Window`, `Values`
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-35">CALCITE-35</a>]
+ Support parsing parenthesized joins
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-3890">CALCITE-3890</a>]
+ Derive `IS NOT NULL` filter for the inputs of inner join
+* [<a href="https://issues.apache.org/jira/browse/CALCITE-5085">CALCITE-5085</a>]
+ Firebolt dialect implementation
+