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 5f68c87133 [CALCITE-6872] Announce 1.39.0 release and update date
5f68c87133 is described below

commit 5f68c871331859e485018000ef1d1a3c78cc6e99
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Sun Mar 16 12:12:54 2025 +0100

    [CALCITE-6872] Announce 1.39.0 release and update date
---
 site/_docs/history.md                    |  2 +-
 site/_posts/2025-03-16-release-1.39.0.md | 39 ++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+), 1 deletion(-)

diff --git a/site/_docs/history.md b/site/_docs/history.md
index 75f9573210..f7ebe2aee5 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -64,7 +64,7 @@ #### Build and test suite
 #### Web site and documentation
 {: #site-1-40-0}
 -->
-## <a 
href="https://github.com/apache/calcite/releases/tag/calcite-1.39.0";>1.39.0</a> 
/ 2025-03-17
+## <a 
href="https://github.com/apache/calcite/releases/tag/calcite-1.39.0";>1.39.0</a> 
/ 2025-03-16
 {: #v1-39-0}
 
 This release comes 5 months after [1.38.0](#v1-38-0),
diff --git a/site/_posts/2025-03-16-release-1.39.0.md 
b/site/_posts/2025-03-16-release-1.39.0.md
new file mode 100644
index 0000000000..df91b7bf9f
--- /dev/null
+++ b/site/_posts/2025-03-16-release-1.39.0.md
@@ -0,0 +1,39 @@
+---
+layout: news_item
+date: "2025-03-16 08:00:00 +0000"
+author: zabetak
+version: 1.39.0
+categories: [release]
+tag: v1-39-0
+sha: 0b328db78cca67b7b3407e7bcbeb59061862dd40
+---
+<!--
+{% 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.39.0]({{ site.baseurl }}/docs/history.html#v1-39-0).
+
+This release comes 5 months after [1.38.0](#v1-38-0),
+contains contributions from 45 contributors, and resolves 209 issues.
+Highlights include
+the support of the `VARIANT` and `UUID` data types,
+the support of checked arithmetic,
+the addition of an optimal join enumeration algorithm based on dynamic 
programming (DPhyp),
+new operators and data type support in Arrow adapter,
+enhanced SQL compatibility with additional functions across Oracle, 
PostgreSQL, Hive, Spark, and MSSQL.

Reply via email to