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 f3be3a7fb Website deployed from
calcite@a90b2da1ce2016e57f42e6b6c12def41f30696de
f3be3a7fb is described below
commit f3be3a7fb937c0ec4d731f28d7cadcee33af4b15
Author: xiedeyantu <[email protected]>
AuthorDate: Tue Feb 24 07:11:50 2026 +0000
Website deployed from calcite@a90b2da1ce2016e57f42e6b6c12def41f30696de
---
docs/history.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/history.html b/docs/history.html
index 6171a9089..76e415aa0 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -120,6 +120,10 @@ other software versions as specified in gradle.properties.
#### Breaking Changes
{: #breaking-1-42-0}
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-7393">CALCITE-7393</a>]
+`RelDataTypeImpl.digest` is deprecated. We recommend using
`RelDataTypeImpl.innerDigest` instead.
+See system property
`CalciteSystemProperty.DISABLE_GENERATE_REL_DATA_TYPE_DIGEST_STRING`.
+
* [<a
href="https://issues.apache.org/jira/browse/CALCITE-7301">CALCITE-7301</a>]
Prior to this change, most `SqlNode`s in the `org.apache.calcite.sql.ddl`
package could not be unparsed
when created with `SqlOperator#createCall`. To fix this, those `SqlNode`s now
implement their own `SqlOperator`.