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:32 UTC

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

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).