This is an automated email from the ASF dual-hosted git repository.
asf-ci-deploy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-site.git
The following commit(s) were added to refs/heads/main by this push:
new fe1257d43 Website deployed from
calcite@7cf73245b3b0bf408ba101adc4cd000c773e7f43
fe1257d43 is described below
commit fe1257d43b7e301afc421e592f5c02bac8ef7be7
Author: asolimando <[email protected]>
AuthorDate: Wed May 28 12:57:01 2025 +0000
Website deployed from calcite@7cf73245b3b0bf408ba101adc4cd000c773e7f43
---
docs/history.html | 5 +-
downloads/index.html | 11 +++-
.../2014/08/19/release-0.9.0-incubating/index.html | 11 ++--
.../2014/10/02/release-0.9.1-incubating/index.html | 11 ++--
.../2014/11/05/release-0.9.2-incubating/index.html | 11 ++--
.../2015/02/01/release-1.0.0-incubating/index.html | 11 ++--
.../2015/03/14/release-1.1.0-incubating/index.html | 11 ++--
.../2015/04/08/release-1.2.0-incubating/index.html | 11 ++--
news/2015/04/25/new-committers/index.html | 11 ++--
.../2015/05/30/release-1.3.0-incubating/index.html | 11 ++--
news/2015/06/06/algebra-builder/index.html | 11 ++--
.../2015/07/31/xldb-best-lightning-talk/index.html | 11 ++--
.../2015/09/02/release-1.4.0-incubating/index.html | 11 ++--
news/2015/10/22/calcite-graduates/index.html | 11 ++--
news/2015/11/09/new-committers/index.html | 11 ++--
news/2015/11/10/release-1.5.0/index.html | 11 ++--
news/2016/01/22/release-1.6.0/index.html | 11 ++--
news/2016/02/17/elser-pmc/index.html | 11 ++--
news/2016/02/17/streaming-sql-talk/index.html | 11 ++--
news/2016/03/22/cassandra-adapter/index.html | 11 ++--
news/2016/03/22/release-1.7.0/index.html | 11 ++--
news/2016/06/13/release-1.8.0/index.html | 11 ++--
news/2016/09/22/release-1.9.0/index.html | 11 ++--
news/2016/10/12/release-1.10.0/index.html | 11 ++--
news/2017/01/09/release-1.11.0/index.html | 11 ++--
news/2017/03/24/release-1.12.0/index.html | 11 ++--
news/2017/03/31/new-avatica-repository/index.html | 11 ++--
news/2017/06/26/release-1.13.0/index.html | 11 ++--
news/2017/10/02/release-1.14.0/index.html | 11 ++--
news/2017/12/11/release-1.15.0/index.html | 11 ++--
news/2018/03/19/release-1.16.0/index.html | 11 ++--
news/2018/07/20/release-1.17.0/index.html | 11 ++--
news/2018/12/21/release-1.18.0/index.html | 11 ++--
news/2019/03/26/release-1.19.0/index.html | 11 ++--
news/2019/06/24/release-1.20.0/index.html | 11 ++--
news/2019/09/11/release-1.21.0/index.html | 11 ++--
news/2020/03/05/release-1.22.0/index.html | 11 ++--
news/2020/05/24/release-1.23.0/index.html | 11 ++--
news/2020/07/24/release-1.24.0/index.html | 11 ++--
news/2020/08/22/release-1.25.0/index.html | 11 ++--
news/2020/10/06/release-1.26.0/index.html | 11 ++--
news/2021/01/11/meetup/index.html | 11 ++--
news/2021/06/03/release-1.27.0/index.html | 11 ++--
news/2021/10/19/release-1.28.0/index.html | 11 ++--
news/2021/12/26/release-1.29.0/index.html | 11 ++--
news/2022/03/19/release-1.30.0/index.html | 11 ++--
news/2022/08/02/release-1.31.0/index.html | 11 ++--
news/2022/09/10/release-1.32.0/index.html | 11 ++--
news/2023/02/07/release_1.33.0/index.html | 11 ++--
news/2023/03/14/release-1.34.0/index.html | 11 ++--
news/2023/07/26/release-1.35.0/index.html | 11 ++--
news/2023/11/10/release-1.36.0/index.html | 11 ++--
news/2024/05/06/release-1.37.0/index.html | 11 ++--
news/2024/10/15/release-1.38.0/index.html | 11 ++--
news/2025/03/16/release-1.39.0/index.html | 11 ++--
.../28/release-1.40.0}/index.html | 47 ++++++++--------
news/index.html | 64 ++++++++++++++++++++--
news/releases/index.html | 64 ++++++++++++++++++++--
58 files changed, 474 insertions(+), 300 deletions(-)
diff --git a/docs/history.html b/docs/history.html
index 6fa5a0dc1..1f4c0cb3c 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -171,7 +171,7 @@ Wei Zhou,
Xiong Duan,
Yu Xu,
Zhen Chen,
-zhuyufeng,</p>
+zhuyufeng</p>
<p>Compatibility: This release is tested on Linux, macOS, Microsoft Windows;
using JDK/OpenJDK versions 8 to 23;
@@ -208,6 +208,9 @@ Taking <code class="language-plaintext
highlighter-rouge">RexBuilder#makeIn($0,
Before: <code class="language-plaintext highlighter-rouge">OR(=($0, ARRAY(100,
200)), =($0, ARRAY(300, 400)))</code>
After: <code class="language-plaintext highlighter-rouge">SEARCH($0,
Sarg[[100:INTEGER, 200:INTEGER]:INTEGER NOT NULL ARRAY, [300:INTEGER,
400:INTEGER]:INTEGER NOT NULL ARRAY]:INTEGER NOT NULL ARRAY)</code></p>
</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6959">CALCITE-6959</a>]</li>
+ <li>[<a
href="https://issues.apache.org/jira/browse/CALCITE-6961">CALCITE-6961</a>]
+Addition of non-default methods for <code class="language-plaintext
highlighter-rouge">LogicalAsofJoin</code> and <code class="language-plaintext
highlighter-rouge">LogicalRepeatUnion</code>, respectively, to <code
class="language-plaintext highlighter-rouge">RelShuttle</code>.</li>
</ul>
<h4 id="new-features-1-40-0">New features</h4>
diff --git a/downloads/index.html b/downloads/index.html
index 7c52ad0f4..bc6efb9f2 100644
--- a/downloads/index.html
+++ b/downloads/index.html
@@ -90,12 +90,19 @@
</tr>
</thead>
<tbody>
+ <tr>
+ <td style="text-align: left"><a
href="/docs/history.html#v1-40-0">1.40.0</a></td>
+ <td style="text-align: left">28 May 2025</td>
+ <td style="text-align: left"><a
href="https://github.com/apache/calcite/commit/e2e77aaf172ce997b92a9e574b5fcf77a6dc297a">e2e77aa</a></td>
+ <td style="text-align: left">
+<a
href="https://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.40.0/apache-calcite-1.40.0-src.tar.gz&action=download">tar</a>
(<a
href="https://downloads.apache.org/calcite/apache-calcite-1.40.0/apache-calcite-1.40.0-src.tar.gz.sha512">digest</a>
<a
href="https://downloads.apache.org/calcite/apache-calcite-1.40.0/apache-calcite-1.40.0-src.tar.gz.asc">pgp</a>)</td>
+ </tr>
<tr>
<td style="text-align: left"><a
href="/docs/history.html#v1-39-0">1.39.0</a></td>
<td style="text-align: left">16 Mar 2025</td>
<td style="text-align: left"><a
href="https://github.com/apache/calcite/commit/0b328db78cca67b7b3407e7bcbeb59061862dd40">0b328db</a></td>
<td style="text-align: left">
-<a
href="https://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.39.0/apache-calcite-1.39.0-src.tar.gz&action=download">tar</a>
(<a
href="https://downloads.apache.org/calcite/apache-calcite-1.39.0/apache-calcite-1.39.0-src.tar.gz.sha512">digest</a>
<a
href="https://downloads.apache.org/calcite/apache-calcite-1.39.0/apache-calcite-1.39.0-src.tar.gz.asc">pgp</a>)</td>
+<a
href="https://archive.apache.org/dist/calcite/apache-calcite-1.39.0/apache-calcite-1.39.0-src.tar.gz">tar</a>
(<a
href="https://archive.apache.org/dist/calcite/apache-calcite-1.39.0/apache-calcite-1.39.0-src.tar.gz.sha512">digest</a>
<a
href="https://archive.apache.org/dist/calcite/apache-calcite-1.39.0/apache-calcite-1.39.0-src.tar.gz.asc">pgp</a>)</td>
</tr>
<tr>
<td style="text-align: left"><a
href="/docs/history.html#v1-38-0">1.38.0</a></td>
@@ -446,7 +453,7 @@ For more information why this must be done, please read
<span class="nt"><dependency></span>
<span class="nt"><groupId></span>org.apache.calcite<span
class="nt"></groupId></span>
<span class="nt"><artifactId></span>calcite-core<span
class="nt"></artifactId></span>
- <span class="nt"><version></span>1.39.0<span
class="nt"></version></span>
+ <span class="nt"><version></span>1.40.0<span
class="nt"></version></span>
<span class="nt"></dependency></span>
<span class="nt"></dependencies></span></code></pre></figure>
diff --git a/news/2014/08/19/release-0.9.0-incubating/index.html
b/news/2014/08/19/release-0.9.0-incubating/index.html
index e91485224..d63eb58da 100644
--- a/news/2014/08/19/release-0.9.0-incubating/index.html
+++ b/news/2014/08/19/release-0.9.0-incubating/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -185,6 +186,10 @@
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -201,10 +206,6 @@
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2014/10/02/release-0.9.1-incubating/index.html
b/news/2014/10/02/release-0.9.1-incubating/index.html
index 2fecf7df8..728df0619 100644
--- a/news/2014/10/02/release-0.9.1-incubating/index.html
+++ b/news/2014/10/02/release-0.9.1-incubating/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -185,6 +186,10 @@
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -201,10 +206,6 @@
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2014/11/05/release-0.9.2-incubating/index.html
b/news/2014/11/05/release-0.9.2-incubating/index.html
index 6093f719f..59b21dfe5 100644
--- a/news/2014/11/05/release-0.9.2-incubating/index.html
+++ b/news/2014/11/05/release-0.9.2-incubating/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -188,6 +189,10 @@ before you move on to 1.0.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -204,10 +209,6 @@ before you move on to 1.0.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/02/01/release-1.0.0-incubating/index.html
b/news/2015/02/01/release-1.0.0-incubating/index.html
index 68d1c0820..b67c901df 100644
--- a/news/2015/02/01/release-1.0.0-incubating/index.html
+++ b/news/2015/02/01/release-1.0.0-incubating/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -198,6 +199,10 @@ and fixes about 30 bugs.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -214,10 +219,6 @@ and fixes about 30 bugs.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/03/14/release-1.1.0-incubating/index.html
b/news/2015/03/14/release-1.1.0-incubating/index.html
index 185cf2298..c48b9ae7d 100644
--- a/news/2015/03/14/release-1.1.0-incubating/index.html
+++ b/news/2015/03/14/release-1.1.0-incubating/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -197,6 +198,10 @@ calling constructors directly.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -213,10 +218,6 @@ calling constructors directly.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/04/08/release-1.2.0-incubating/index.html
b/news/2015/04/08/release-1.2.0-incubating/index.html
index d39767bc6..e70166b45 100644
--- a/news/2015/04/08/release-1.2.0-incubating/index.html
+++ b/news/2015/04/08/release-1.2.0-incubating/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -197,6 +198,10 @@ improve implicit and explicit conversions in SQL.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -213,10 +218,6 @@ improve implicit and explicit conversions in SQL.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/04/25/new-committers/index.html
b/news/2015/04/25/new-committers/index.html
index 6f53bb8f2..0504b55ab 100644
--- a/news/2015/04/25/new-committers/index.html
+++ b/news/2015/04/25/new-committers/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -191,6 +192,10 @@ committers for their work on Calcite. Welcome all!</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -207,10 +212,6 @@ committers for their work on Calcite. Welcome all!</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/05/30/release-1.3.0-incubating/index.html
b/news/2015/05/30/release-1.3.0-incubating/index.html
index 95cbd8210..19256a24c 100644
--- a/news/2015/05/30/release-1.3.0-incubating/index.html
+++ b/news/2015/05/30/release-1.3.0-incubating/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -189,6 +190,10 @@ and various improvements to Avatica.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -205,10 +210,6 @@ and various improvements to Avatica.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/06/06/algebra-builder/index.html
b/news/2015/06/06/algebra-builder/index.html
index b3f42e9e4..d17b92f44 100644
--- a/news/2015/06/06/algebra-builder/index.html
+++ b/news/2015/06/06/algebra-builder/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -236,6 +237,10 @@ extensive set of query-optimization rules.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -252,10 +257,6 @@ extensive set of query-optimization rules.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/07/31/xldb-best-lightning-talk/index.html
b/news/2015/07/31/xldb-best-lightning-talk/index.html
index 4b66431c7..cc7bf3538 100644
--- a/news/2015/07/31/xldb-best-lightning-talk/index.html
+++ b/news/2015/07/31/xldb-best-lightning-talk/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -196,6 +197,10 @@ and <a
href="https://www.youtube.com/watch?v=5_MyORYjq3w">video</a>.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -212,10 +217,6 @@ and <a
href="https://www.youtube.com/watch?v=5_MyORYjq3w">video</a>.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/09/02/release-1.4.0-incubating/index.html
b/news/2015/09/02/release-1.4.0-incubating/index.html
index c7b7d4860..9c1218e0f 100644
--- a/news/2015/09/02/release-1.4.0-incubating/index.html
+++ b/news/2015/09/02/release-1.4.0-incubating/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -195,6 +196,10 @@ so that you can easily create relational algebra
expressions.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -211,10 +216,6 @@ so that you can easily create relational algebra
expressions.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/10/22/calcite-graduates/index.html
b/news/2015/10/22/calcite-graduates/index.html
index b5d10bd94..4e25b75be 100644
--- a/news/2015/10/22/calcite-graduates/index.html
+++ b/news/2015/10/22/calcite-graduates/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -217,6 +218,10 @@ celebrated with a graduation cake.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -233,10 +238,6 @@ celebrated with a graduation cake.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/11/09/new-committers/index.html
b/news/2015/11/09/new-committers/index.html
index 1292d560f..54bd11d96 100644
--- a/news/2015/11/09/new-committers/index.html
+++ b/news/2015/11/09/new-committers/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -188,6 +189,10 @@ committers for their work on Calcite. Welcome!</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -204,10 +209,6 @@ committers for their work on Calcite. Welcome!</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2015/11/10/release-1.5.0/index.html
b/news/2015/11/10/release-1.5.0/index.html
index dc9e460da..d91a2bdd0 100644
--- a/news/2015/11/10/release-1.5.0/index.html
+++ b/news/2015/11/10/release-1.5.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -189,6 +190,10 @@
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -205,10 +210,6 @@
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/01/22/release-1.6.0/index.html
b/news/2016/01/22/release-1.6.0/index.html
index 35cf55397..ca9f8be78 100644
--- a/news/2016/01/22/release-1.6.0/index.html
+++ b/news/2016/01/22/release-1.6.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -215,6 +216,10 @@ further tune the metadata layer.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -231,10 +236,6 @@ further tune the metadata layer.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/02/17/elser-pmc/index.html
b/news/2016/02/17/elser-pmc/index.html
index f1b866d15..3a426c15c 100644
--- a/news/2016/02/17/elser-pmc/index.html
+++ b/news/2016/02/17/elser-pmc/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -188,6 +189,10 @@ not least in discussing <a
href="https://mail-archives.apache.org/mod_mbox/calci
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -204,10 +209,6 @@ not least in discussing <a
href="https://mail-archives.apache.org/mod_mbox/calci
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/02/17/streaming-sql-talk/index.html
b/news/2016/02/17/streaming-sql-talk/index.html
index 28ed4b281..61065025d 100644
--- a/news/2016/02/17/streaming-sql-talk/index.html
+++ b/news/2016/02/17/streaming-sql-talk/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -197,6 +198,10 @@ and
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -213,10 +218,6 @@ and
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/03/22/cassandra-adapter/index.html
b/news/2016/03/22/cassandra-adapter/index.html
index 3d0e6a8b3..39335717a 100644
--- a/news/2016/03/22/cassandra-adapter/index.html
+++ b/news/2016/03/22/cassandra-adapter/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -198,6 +199,10 @@ for CSV and JSON files, and JDBC data source, MongoDB,
Spark and Splunk.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -214,10 +219,6 @@ for CSV and JSON files, and JDBC data source, MongoDB,
Spark and Splunk.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/03/22/release-1.7.0/index.html
b/news/2016/03/22/release-1.7.0/index.html
index eee44e473..8193d02c0 100644
--- a/news/2016/03/22/release-1.7.0/index.html
+++ b/news/2016/03/22/release-1.7.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -220,6 +221,10 @@ to SLF4J’s <code class="language-plaintext
highlighter-rouge">DEBUG</code> lev
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -236,10 +241,6 @@ to SLF4J’s <code class="language-plaintext
highlighter-rouge">DEBUG</code> lev
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/06/13/release-1.8.0/index.html
b/news/2016/06/13/release-1.8.0/index.html
index 864c4e698..e12919a9c 100644
--- a/news/2016/06/13/release-1.8.0/index.html
+++ b/news/2016/06/13/release-1.8.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -211,6 +212,10 @@ planner rules and APIs.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -227,10 +232,6 @@ planner rules and APIs.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/09/22/release-1.9.0/index.html
b/news/2016/09/22/release-1.9.0/index.html
index d80802dfd..ef7748f87 100644
--- a/news/2016/09/22/release-1.9.0/index.html
+++ b/news/2016/09/22/release-1.9.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -209,6 +210,10 @@ changes to planner rules and APIs.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -225,10 +230,6 @@ changes to planner rules and APIs.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2016/10/12/release-1.10.0/index.html
b/news/2016/10/12/release-1.10.0/index.html
index e4d2055ff..b16f6443d 100644
--- a/news/2016/10/12/release-1.10.0/index.html
+++ b/news/2016/10/12/release-1.10.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -192,6 +193,10 @@ prevented us from handling consistently time dimensions in
different time zones.
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -208,10 +213,6 @@ prevented us from handling consistently time dimensions in
different time zones.
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/01/09/release-1.11.0/index.html
b/news/2017/01/09/release-1.11.0/index.html
index dddf6b0aa..c4598b168 100644
--- a/news/2017/01/09/release-1.11.0/index.html
+++ b/news/2017/01/09/release-1.11.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -232,6 +233,10 @@ See the cases for more details.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -248,10 +253,6 @@ See the cases for more details.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/03/24/release-1.12.0/index.html
b/news/2017/03/24/release-1.12.0/index.html
index 6b40453d9..d6feb0329 100644
--- a/news/2017/03/24/release-1.12.0/index.html
+++ b/news/2017/03/24/release-1.12.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -235,6 +236,10 @@ allows the corresponding time-unit arguments.</li>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -251,10 +256,6 @@ allows the corresponding time-unit arguments.</li>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/03/31/new-avatica-repository/index.html
b/news/2017/03/31/new-avatica-repository/index.html
index 78e7e119b..b4b1de33c 100644
--- a/news/2017/03/31/new-avatica-repository/index.html
+++ b/news/2017/03/31/new-avatica-repository/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -193,6 +194,10 @@ with a mirrored-copy also available on Github at <a
href="https://github.com/apa
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -209,10 +214,6 @@ with a mirrored-copy also available on Github at <a
href="https://github.com/apa
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/06/26/release-1.13.0/index.html
b/news/2017/06/26/release-1.13.0/index.html
index ed0cc8395..52db0b5e3 100644
--- a/news/2017/06/26/release-1.13.0/index.html
+++ b/news/2017/06/26/release-1.13.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -210,6 +211,10 @@ e.g., <a
href="https://issues.apache.org/jira/browse/CALCITE-1707">using extract
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -226,10 +231,6 @@ e.g., <a
href="https://issues.apache.org/jira/browse/CALCITE-1707">using extract
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/10/02/release-1.14.0/index.html
b/news/2017/10/02/release-1.14.0/index.html
index ef79b90b5..c1c56c61b 100644
--- a/news/2017/10/02/release-1.14.0/index.html
+++ b/news/2017/10/02/release-1.14.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -197,6 +198,10 @@ Several minor improvements are added as well including
improved <code class="lan
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -213,10 +218,6 @@ Several minor improvements are added as well including
improved <code class="lan
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2017/12/11/release-1.15.0/index.html
b/news/2017/12/11/release-1.15.0/index.html
index e750db5ed..5358443d9 100644
--- a/news/2017/12/11/release-1.15.0/index.html
+++ b/news/2017/12/11/release-1.15.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -216,6 +217,10 @@ release that will support JDK 7</a>.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -232,10 +237,6 @@ release that will support JDK 7</a>.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2018/03/19/release-1.16.0/index.html
b/news/2018/03/19/release-1.16.0/index.html
index b48c24bf2..a8633cb52 100644
--- a/news/2018/03/19/release-1.16.0/index.html
+++ b/news/2018/03/19/release-1.16.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -208,6 +209,10 @@ support for <a
href="https://issues.apache.org/jira/browse/CALCITE-2191">Guava v
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -224,10 +229,6 @@ support for <a
href="https://issues.apache.org/jira/browse/CALCITE-2191">Guava v
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2018/07/20/release-1.17.0/index.html
b/news/2018/07/20/release-1.17.0/index.html
index 37c2a3907..20174df04 100644
--- a/news/2018/07/20/release-1.17.0/index.html
+++ b/news/2018/07/20/release-1.17.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -199,6 +200,10 @@ that accepts all SQL dialects.</li>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -215,10 +220,6 @@ that accepts all SQL dialects.</li>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2018/12/21/release-1.18.0/index.html
b/news/2018/12/21/release-1.18.0/index.html
index 3c8c8b746..c790d525c 100644
--- a/news/2018/12/21/release-1.18.0/index.html
+++ b/news/2018/12/21/release-1.18.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -198,6 +199,10 @@ and the Elasticsearch and Apache Geode adapters.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -214,10 +219,6 @@ and the Elasticsearch and Apache Geode adapters.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2019/03/26/release-1.19.0/index.html
b/news/2019/03/26/release-1.19.0/index.html
index 8ddfc19c9..80b52f004 100644
--- a/news/2019/03/26/release-1.19.0/index.html
+++ b/news/2019/03/26/release-1.19.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -189,6 +190,10 @@ is pleased to announce
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -205,10 +210,6 @@ is pleased to announce
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2019/06/24/release-1.20.0/index.html
b/news/2019/06/24/release-1.20.0/index.html
index 75d01a14f..c9ecf2e1c 100644
--- a/news/2019/06/24/release-1.20.0/index.html
+++ b/news/2019/06/24/release-1.20.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -190,6 +191,10 @@ It includes support for anti-joins, recursive queries, new
functions, a new adap
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -206,10 +211,6 @@ It includes support for anti-joins, recursive queries, new
functions, a new adap
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2019/09/11/release-1.21.0/index.html
b/news/2019/09/11/release-1.21.0/index.html
index 0ed625111..27b517ce4 100644
--- a/news/2019/09/11/release-1.21.0/index.html
+++ b/news/2019/09/11/release-1.21.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -212,6 +213,10 @@ and bug-fixes.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -228,10 +233,6 @@ and bug-fixes.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2020/03/05/release-1.22.0/index.html
b/news/2020/03/05/release-1.22.0/index.html
index 76d05088e..530c53596 100644
--- a/news/2020/03/05/release-1.22.0/index.html
+++ b/news/2020/03/05/release-1.22.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -204,6 +205,10 @@ is pleased to announce
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -220,10 +225,6 @@ is pleased to announce
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2020/05/24/release-1.23.0/index.html
b/news/2020/05/24/release-1.23.0/index.html
index 11efeb24b..f5898d3de 100644
--- a/news/2020/05/24/release-1.23.0/index.html
+++ b/news/2020/05/24/release-1.23.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -207,6 +208,10 @@ highlighting that Calcite now:</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -223,10 +228,6 @@ highlighting that Calcite now:</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2020/07/24/release-1.24.0/index.html
b/news/2020/07/24/release-1.24.0/index.html
index da2923aad..6d28ba1f6 100644
--- a/news/2020/07/24/release-1.24.0/index.html
+++ b/news/2020/07/24/release-1.24.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -203,6 +204,10 @@ SQL string with placeholders</li>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -219,10 +224,6 @@ SQL string with placeholders</li>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2020/08/22/release-1.25.0/index.html
b/news/2020/08/22/release-1.25.0/index.html
index 9c17a848a..6ff073499 100644
--- a/news/2020/08/22/release-1.25.0/index.html
+++ b/news/2020/08/22/release-1.25.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -200,6 +201,10 @@ this release are:</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -216,10 +221,6 @@ this release are:</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2020/10/06/release-1.26.0/index.html
b/news/2020/10/06/release-1.26.0/index.html
index 1e22289d4..3aca8f1af 100644
--- a/news/2020/10/06/release-1.26.0/index.html
+++ b/news/2020/10/06/release-1.26.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -203,6 +204,10 @@ issues, comprising a lot of new features and bug-fixes.
Among others, it is wort
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -219,10 +224,6 @@ issues, comprising a lot of new features and bug-fixes.
Among others, it is wort
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2021/01/11/meetup/index.html
b/news/2021/01/11/meetup/index.html
index e93824ce0..efaef25f6 100644
--- a/news/2021/01/11/meetup/index.html
+++ b/news/2021/01/11/meetup/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -192,6 +193,10 @@ virtual key signing party.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -208,10 +213,6 @@ virtual key signing party.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2021/06/03/release-1.27.0/index.html
b/news/2021/06/03/release-1.27.0/index.html
index f6c8397c7..743b725b7 100644
--- a/news/2021/06/03/release-1.27.0/index.html
+++ b/news/2021/06/03/release-1.27.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -202,6 +203,10 @@ improvements, as well as code quality enhancements and
better test coverage.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -218,10 +223,6 @@ improvements, as well as code quality enhancements and
better test coverage.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2021/10/19/release-1.28.0/index.html
b/news/2021/10/19/release-1.28.0/index.html
index 8d716715f..2d41d0a65 100644
--- a/news/2021/10/19/release-1.28.0/index.html
+++ b/news/2021/10/19/release-1.28.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -266,6 +267,10 @@ configuration properties cannot mutate the returned
collections.</li>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -282,10 +287,6 @@ configuration properties cannot mutate the returned
collections.</li>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2021/12/26/release-1.29.0/index.html
b/news/2021/12/26/release-1.29.0/index.html
index 3144115a6..81ec637b8 100644
--- a/news/2021/12/26/release-1.29.0/index.html
+++ b/news/2021/12/26/release-1.29.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -194,6 +195,10 @@ such as CVE-2021-44228 and CVE-2021-45105.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -210,10 +215,6 @@ such as CVE-2021-44228 and CVE-2021-45105.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2022/03/19/release-1.30.0/index.html
b/news/2022/03/19/release-1.30.0/index.html
index f7f1053d6..e7a1d266e 100644
--- a/news/2022/03/19/release-1.30.0/index.html
+++ b/news/2022/03/19/release-1.30.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -200,6 +201,10 @@ and resolves 36 issues.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -216,10 +221,6 @@ and resolves 36 issues.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2022/08/02/release-1.31.0/index.html
b/news/2022/08/02/release-1.31.0/index.html
index 05daf0fd1..59c32e62d 100644
--- a/news/2022/08/02/release-1.31.0/index.html
+++ b/news/2022/08/02/release-1.31.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -206,6 +207,10 @@ contains contributions from 28 contributors, and resolves
81 issues.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -222,10 +227,6 @@ contains contributions from 28 contributors, and resolves
81 issues.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2022/09/10/release-1.32.0/index.html
b/news/2022/09/10/release-1.32.0/index.html
index a30ab201d..190926529 100644
--- a/news/2022/09/10/release-1.32.0/index.html
+++ b/news/2022/09/10/release-1.32.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -206,6 +207,10 @@ MULTISET</a> functions.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -222,10 +227,6 @@ MULTISET</a> functions.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2023/02/07/release_1.33.0/index.html
b/news/2023/02/07/release_1.33.0/index.html
index 1fa085b9a..102fe7234 100644
--- a/news/2023/02/07/release_1.33.0/index.html
+++ b/news/2023/02/07/release_1.33.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -226,6 +227,10 @@ Prune empty parts of a query by exploiting
stats/metadata</li>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -242,10 +247,6 @@ Prune empty parts of a query by exploiting
stats/metadata</li>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2023/03/14/release-1.34.0/index.html
b/news/2023/03/14/release-1.34.0/index.html
index af2c9850b..246e516a3 100644
--- a/news/2023/03/14/release-1.34.0/index.html
+++ b/news/2023/03/14/release-1.34.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -196,6 +197,10 @@ introduced accidentally in <a
href="#v1-33-0">1.33.0</a>.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -212,10 +217,6 @@ introduced accidentally in <a
href="#v1-33-0">1.33.0</a>.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2023/07/26/release-1.35.0/index.html
b/news/2023/07/26/release-1.35.0/index.html
index 8dcec3e0e..16a9888a7 100644
--- a/news/2023/07/26/release-1.35.0/index.html
+++ b/news/2023/07/26/release-1.35.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -225,6 +226,10 @@ Improve simplification of <code class="language-plaintext
highlighter-rouge">(x
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -241,10 +246,6 @@ Improve simplification of <code class="language-plaintext
highlighter-rouge">(x
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="current">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2023/11/10/release-1.36.0/index.html
b/news/2023/11/10/release-1.36.0/index.html
index b978d9493..e62af6a5e 100644
--- a/news/2023/11/10/release-1.36.0/index.html
+++ b/news/2023/11/10/release-1.36.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -207,6 +208,10 @@ contains contributions from 30 contributors, and resolves
125 issues.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -223,10 +228,6 @@ contains contributions from 30 contributors, and resolves
125 issues.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2024/05/06/release-1.37.0/index.html
b/news/2024/05/06/release-1.37.0/index.html
index 937662b91..6dced0c6a 100644
--- a/news/2024/05/06/release-1.37.0/index.html
+++ b/news/2024/05/06/release-1.37.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -196,6 +197,10 @@ and more than 15 new SQL functions in various libraries
such as BigQuery, Postgr
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -212,10 +217,6 @@ and more than 15 new SQL functions in various libraries
such as BigQuery, Postgr
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2024/10/15/release-1.38.0/index.html
b/news/2024/10/15/release-1.38.0/index.html
index 2c381768b..5e7674e09 100644
--- a/news/2024/10/15/release-1.38.0/index.html
+++ b/news/2024/10/15/release-1.38.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -202,6 +203,10 @@ functions, and the extension of the type system to allow
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -218,10 +223,6 @@ functions, and the extension of the type system to allow
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2025/03/16/release-1.39.0/index.html
b/news/2025/03/16/release-1.39.0/index.html
index 3ba617915..b329df710 100644
--- a/news/2025/03/16/release-1.39.0/index.html
+++ b/news/2025/03/16/release-1.39.0/index.html
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -195,6 +196,10 @@ enhanced SQL compatibility with additional functions
across Oracle, PostgreSQL,
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="current">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -211,10 +216,6 @@ enhanced SQL compatibility with additional functions
across Oracle, PostgreSQL,
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/2025/03/16/release-1.39.0/index.html
b/news/2025/05/28/release-1.40.0/index.html
similarity index 87%
copy from news/2025/03/16/release-1.39.0/index.html
copy to news/2025/05/28/release-1.40.0/index.html
index 3ba617915..c55bf94a6 100644
--- a/news/2025/03/16/release-1.39.0/index.html
+++ b/news/2025/05/28/release-1.40.0/index.html
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
- <title>Release 1.39.0</title>
+ <title>Release 1.40.0</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v4.4.1">
<link rel="stylesheet" href="/css/screen.css">
@@ -74,7 +74,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -136,8 +137,8 @@
<div class="unit four-fifths">
<article>
<h2>
- Release 1.39.0
- <a href="/news/2025/03/16/release-1.39.0/" class="permalink"
title="Permalink">∞</a>
+ Release 1.40.0
+ <a href="/news/2025/05/28/release-1.40.0/" class="permalink"
title="Permalink">∞</a>
</h2>
<span class="post-category">
<span class="label">
@@ -146,14 +147,14 @@
</span>
<div class="post-meta">
<span class="post-date">
- 16 Mar 2025
+ 28 May 2025
</span>
- <a href="https://people.apache.org/~zabetak/" class="post-author">
- <img src="/img/avatars/zabetak.png" class="avatar" alt="zabetak avatar"
width="24" height="24">
- zabetak
+ <a href="https://github.com/asolimando" class="post-author">
+ <img src="/img/avatars/asolimando.png" class="avatar" alt="asolimando
avatar" width="24" height="24">
+ asolimando
</a>
</div>
<div class="post-content">
@@ -162,19 +163,21 @@
-->
<p>The <a href="">Apache Calcite PMC</a> is pleased to announce
-<a href="/docs/history.html#v1-39-0">Apache Calcite release 1.39.0</a>.</p>
+<a href="/docs/history.html#v1-40-0">Apache Calcite release 1.40.0</a>.</p>
-<p>This release comes 5 months after <a href="#v1-38-0">1.38.0</a>,
-contains contributions from 45 contributors, and resolves 209 issues.
-Highlights include
-the support of the <code class="language-plaintext
highlighter-rouge">VARIANT</code> and <code class="language-plaintext
highlighter-rouge">UUID</code> 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.</p>
+<p>This release comes 2 months after <a href="#v1-39-0">1.39.0</a>,
+contains contributions from 20 contributors, and resolves 102 issues.</p>
+
+<p>Highlights include
+the addition of several improvements and additional optimization rules,
notably advanced set operation handling with new rules for converting INTERSECT
to semi-joins and EXISTS subqueries, MINUS to anti-joins and filters, and
optimizing UNIONs with common sources,
+join optimization is improved through predicate expansion from disjunctions
and specialized handling of complex join conditions,
+additional optimizations include new rules for MIN/MAX aggregates and smarter
filter-sort interactions,
+addition of Doris, DuckDB, SQLite, and Trino dialects, as well as improved
support for ClickHouse,
+support for aliases referencing lateral columns,
+support for defining which rule sets to apply for individual Quidem tests.</p>
- <p>See the <a href="/docs/history.html#v1-39-0">release notes</a>;
+ <p>See the <a href="/docs/history.html#v1-40-0">release notes</a>;
<a href="/downloads#source-releases">download</a> the release.</p>
</div>
@@ -196,6 +199,10 @@ enhanced SQL compatibility with additional functions
across Oracle, PostgreSQL,
<ul>
<li class="current">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
+ <li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -211,10 +218,6 @@ enhanced SQL compatibility with additional functions
across Oracle, PostgreSQL,
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/index.html b/news/index.html
index f6af7e8bf..fce9b43cd 100644
--- a/news/index.html
+++ b/news/index.html
@@ -73,7 +73,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -137,6 +138,59 @@
+<article>
+ <h2>
+ <a href="/news/2025/05/28/release-1.40.0/">
+ Release 1.40.0
+ </a>
+ </h2>
+ <span class="post-category">
+ <span class="label">
+ release
+ </span>
+ </span>
+ <div class="post-meta">
+ <span class="post-date">
+ 28 May 2025
+ </span>
+
+
+
+ <a href="https://github.com/asolimando" class="post-author">
+ <img src="/img/avatars/asolimando.png"
+ class="avatar" alt="asolimando avatar"
+ width="24" height="24">
+ asolimando
+ </a>
+ </div>
+ <div class="post-content">
+ <!--
+
+-->
+
+<p>The <a href="">Apache Calcite PMC</a> is pleased to announce
+<a href="/docs/history.html#v1-40-0">Apache Calcite release 1.40.0</a>.</p>
+
+<p>This release comes 2 months after <a href="#v1-39-0">1.39.0</a>,
+contains contributions from 20 contributors, and resolves 102 issues.</p>
+
+<p>Highlights include
+the addition of several improvements and additional optimization rules,
notably advanced set operation handling with new rules for converting INTERSECT
to semi-joins and EXISTS subqueries, MINUS to anti-joins and filters, and
optimizing UNIONs with common sources,
+join optimization is improved through predicate expansion from disjunctions
and specialized handling of complex join conditions,
+additional optimizations include new rules for MIN/MAX aggregates and smarter
filter-sort interactions,
+addition of Doris, DuckDB, SQLite, and Trino dialects, as well as improved
support for ClickHouse,
+support for aliases referencing lateral columns,
+support for defining which rule sets to apply for individual Quidem tests.</p>
+
+
+ <p>See the <a href="/docs/history.html#v1-40-0">release notes</a>;
+ <a href="/downloads#source-releases">download</a> the release.</p>
+
+ </div>
+</article>
+
+
+
<article>
<h2>
<a href="/news/2025/03/16/release-1.39.0/">
@@ -3302,6 +3356,10 @@ of the website.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -3318,10 +3376,6 @@ of the website.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
diff --git a/news/releases/index.html b/news/releases/index.html
index eab286629..2cd71ebde 100644
--- a/news/releases/index.html
+++ b/news/releases/index.html
@@ -73,7 +73,8 @@
<option value="">Navigate the blog…</option>
<option value="/news/">Home</option>
<optgroup label="v1.x">
- <option value="/news/2025/03/16/release-1.39.0/">Release
1.39.0</option>
+ <option value="/news/2025/05/28/release-1.40.0/">Release
1.40.0</option>
+ <option value="/news/2025/03/16/release-1.39.0/">Release 1.39.0</option>
<option value="/news/2024/10/15/release-1.38.0/">Release 1.38.0</option>
<option value="/news/2024/05/06/release-1.37.0/">Release 1.37.0</option>
<option value="/news/2023/11/10/release-1.36.0/">Release 1.36.0</option>
@@ -137,6 +138,59 @@
+<article>
+ <h2>
+ <a href="/news/2025/05/28/release-1.40.0/">
+ Release 1.40.0
+ </a>
+ </h2>
+ <span class="post-category">
+ <span class="label">
+ release
+ </span>
+ </span>
+ <div class="post-meta">
+ <span class="post-date">
+ 28 May 2025
+ </span>
+
+
+
+ <a href="https://github.com/asolimando" class="post-author">
+ <img src="/img/avatars/asolimando.png"
+ class="avatar" alt="asolimando avatar"
+ width="24" height="24">
+ asolimando
+ </a>
+ </div>
+ <div class="post-content">
+ <!--
+
+-->
+
+<p>The <a href="">Apache Calcite PMC</a> is pleased to announce
+<a href="/docs/history.html#v1-40-0">Apache Calcite release 1.40.0</a>.</p>
+
+<p>This release comes 2 months after <a href="#v1-39-0">1.39.0</a>,
+contains contributions from 20 contributors, and resolves 102 issues.</p>
+
+<p>Highlights include
+the addition of several improvements and additional optimization rules,
notably advanced set operation handling with new rules for converting INTERSECT
to semi-joins and EXISTS subqueries, MINUS to anti-joins and filters, and
optimizing UNIONs with common sources,
+join optimization is improved through predicate expansion from disjunctions
and specialized handling of complex join conditions,
+additional optimizations include new rules for MIN/MAX aggregates and smarter
filter-sort interactions,
+addition of Doris, DuckDB, SQLite, and Trino dialects, as well as improved
support for ClickHouse,
+support for aliases referencing lateral columns,
+support for defining which rule sets to apply for individual Quidem tests.</p>
+
+
+ <p>See the <a href="/docs/history.html#v1-40-0">release notes</a>;
+ <a href="/downloads#source-releases">download</a> the release.</p>
+
+ </div>
+</article>
+
+
+
<article>
<h2>
<a href="/news/2025/03/16/release-1.39.0/">
@@ -2737,6 +2791,10 @@ before you move on to 1.0.</p>
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2025/05/28/release-1.40.0/">1.40.0</a>
+ </li>
+
<li class="">
<a href="/news/2025/03/16/release-1.39.0/">1.39.0</a>
</li>
@@ -2753,10 +2811,6 @@ before you move on to 1.0.</p>
<a href="/news/2023/11/10/release-1.36.0/">1.36.0</a>
</li>
- <li class="">
- <a href="/news/2023/07/26/release-1.35.0/">1.35.0</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>