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 0ce24421da [CALCITE-7037] Announce 1.40.0 release and fix release notes
0ce24421da is described below
commit 0ce24421daa0d8b459d5b1986929efcb737cb368
Author: Alessandro Solimando <[email protected]>
AuthorDate: Wed May 28 14:45:10 2025 +0200
[CALCITE-7037] Announce 1.40.0 release and fix release notes
---
site/_posts/2025-05-28-release-1.40.0.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/_posts/2025-05-28-release-1.40.0.md
b/site/_posts/2025-05-28-release-1.40.0.md
index c418f82053..1dab601888 100644
--- a/site/_posts/2025-05-28-release-1.40.0.md
+++ b/site/_posts/2025-05-28-release-1.40.0.md
@@ -33,9 +33,9 @@
contains contributions from 20 contributors, and resolves 102 issues.
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,
+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 `UNION`s 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,
+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.