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 1376885daa Site: Add announce 1.41.0 release
1376885daa is described below
commit 1376885daa2895fce66247a3cbd3d13be817a1ad
Author: Ruben Quesada Lopez <[email protected]>
AuthorDate: Sat Nov 1 08:31:38 2025 +0000
Site: Add announce 1.41.0 release
---
site/_posts/2025-11-01-release-1.41.0.md | 41 ++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/site/_posts/2025-11-01-release-1.41.0.md
b/site/_posts/2025-11-01-release-1.41.0.md
new file mode 100644
index 0000000000..f07030e552
--- /dev/null
+++ b/site/_posts/2025-11-01-release-1.41.0.md
@@ -0,0 +1,41 @@
+---
+layout: news_item
+date: "2025-11-01 08:00:00 +0000"
+author: rubenql
+version: 1.41.0
+categories: [release]
+tag: v1-41-0
+sha: c838dd471ca36f5648ef13e5c3c34c6ca0815322
+---
+<!--
+{% 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.41.0]({{ site.baseurl }}/docs/history.html#v1-41-0).
+
+This release comes 5 months after [1.40.0](#v1-40-0),
+contains contributions from 41 contributors, and resolves 155 issues.
+
+Highlights include support for several `UNSIGNED` types in the type system,
+get functional dependency metadata in `RelMetadataQuery`,
+supporting various join types on DPhyp join reorder algorithm,
+a new API for finding common relational sub-expressions,
+and new bitwise operators. Regarding this last feature, it can be possible for
a certain bitwise operator and its
+corresponding already existing SQL function to have discrepancies on operand
type checker and return type inference when
+unsigned parameters are involved; this shall be aligned in future versions.