You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by za...@apache.org on 2023/03/14 13:49:31 UTC

[calcite] branch main updated (7dfd641bae -> 421c871e5f)

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

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


    from 7dfd641bae [CALCITE-5572] Release Calcite 1.34.0
     new de305074f4 [CALCITE-5572] Add news item and update date for 1.34.0 release
     new 421c871e5f Prepare for next development iteration

The 2 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:
 gradle.properties                        |  2 +-
 site/_docs/history.md                    |  2 +-
 site/_posts/2023-03-14-release-1.34.0.md | 40 ++++++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+), 2 deletions(-)
 create mode 100644 site/_posts/2023-03-14-release-1.34.0.md


[calcite] 01/02: [CALCITE-5572] Add news item and update date for 1.34.0 release

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

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

commit de305074f4dad5f157abb149319d1664fa2fe68d
Author: Stamatis Zampetakis <za...@gmail.com>
AuthorDate: Tue Mar 14 14:45:35 2023 +0100

    [CALCITE-5572] Add news item and update date for 1.34.0 release
---
 site/_docs/history.md                    |  2 +-
 site/_posts/2023-03-14-release-1.34.0.md | 40 ++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/site/_docs/history.md b/site/_docs/history.md
index b83ed62128..d82167ca02 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-35-0}
 -->
 
-## <a href="https://github.com/apache/calcite/releases/tag/calcite-1.34.0">1.34.0</a> / 2023-03-XX
+## <a href="https://github.com/apache/calcite/releases/tag/calcite-1.34.0">1.34.0</a> / 2023-03-14
 {: #v1-34-0}
 
 This release comes 1 month after [1.33.0](#v1-33-0),
diff --git a/site/_posts/2023-03-14-release-1.34.0.md b/site/_posts/2023-03-14-release-1.34.0.md
new file mode 100644
index 0000000000..62237d70e8
--- /dev/null
+++ b/site/_posts/2023-03-14-release-1.34.0.md
@@ -0,0 +1,40 @@
+---
+layout: news_item
+date: "2023-03-14 12:00:00 +0000"
+author: zabetak
+version: 1.34.0
+categories: [release]
+tag: v1-34-0
+sha: 7dfd641baeb0e1b26dec04da5241c3999fe0ac6a
+---
+<!--
+{% 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.34.0]({{ site.baseurl }}/docs/history.html#v1-34-0).
+
+This release comes 1 month after [1.33.0](#v1-33-0),
+contains contributions from 18 contributors, and resolves 34 issues.
+
+It's worth highlighting the introduction of QUALIFY clause ([<a href="https://issues.apache.org/jira/browse/CALCITE-5268">CALCITE-5268</a>]),
+which facilitates filtering the results of window functions. Among other improvements and fixes, it
+adds roughly 15 new functions in BigQuery library for handling dates, times, and timestamps, and
+provides a fix ([<a href="https://issues.apache.org/jira/browse/CALCITE-5522">CALCITE-5522</a>])
+for a small breaking change in `DATE_TRUNC` function ([<a href="https://issues.apache.org/jira/browse/CALCITE-5447">CALCITE-5447</a>]), which was
+introduced accidentally in [1.33.0](#v1-33-0).


[calcite] 02/02: Prepare for next development iteration

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

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

commit 421c871e5f9f3ea7c660bea48f2099d0cd41ffcf
Author: Stamatis Zampetakis <za...@gmail.com>
AuthorDate: Tue Mar 14 14:48:27 2023 +0100

    Prepare for next development iteration
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 516dff1c73..66ca35ba68 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -27,7 +27,7 @@ systemProp.org.gradle.internal.publish.checksums.insecure=true
 # This is version for Calcite itself
 # Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts
 # Release version can be generated by using -Prelease or -Prc=<int> arguments
-calcite.version=1.34.0
+calcite.version=1.35.0
 # This is a version to be used from Maven repository. It can be overridden by localAvatica below
 calcite.avatica.version=1.23.0