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

[calcite] branch main updated (657a3d352f -> 8582c66697)

This is an automated email from the ASF dual-hosted git repository.

sereda pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git


    from 657a3d352f [CALCITE-5221] Upgrade Avatica version to 1.22.0
     add 1f07b5250e [CALCITE-5096] Increase gradle build heap size from 512m to 1g
     add 86d1bf40e4 [CALCITE-5096] Release Calcite 1.31.0
     new 8582c66697 [CALCITE-5096] Release announcement for Calcite 1.31

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README                                   |   2 +-
 gradle.properties                        |   2 +-
 site/_docs/history.md                    | 240 ++++++++++++++++++++++++++++++-
 site/_docs/howto.md                      |   6 +-
 site/_posts/2022-08-02-release-1.31.0.md |  48 +++++++
 5 files changed, 287 insertions(+), 11 deletions(-)
 create mode 100644 site/_posts/2022-08-02-release-1.31.0.md


[calcite] 01/01: [CALCITE-5096] Release announcement for Calcite 1.31

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sereda pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit 8582c6669745283e44bb03d85589bd5f38d06ea1
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
+