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 d0ac7d5b6 Website deployed from
calcite@e7e3925cf1bcd8d71b664fe295705c1180f89c3a
d0ac7d5b6 is described below
commit d0ac7d5b6d8f1f585eb06e2201ed069f139ef03d
Author: mihaibudiu <[email protected]>
AuthorDate: Wed Feb 25 00:47:28 2026 +0000
Website deployed from calcite@e7e3925cf1bcd8d71b664fe295705c1180f89c3a
---
docs/history.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/history.html b/docs/history.html
index 76e415aa0..b6b336904 100644
--- a/docs/history.html
+++ b/docs/history.html
@@ -120,6 +120,12 @@ other software versions as specified in gradle.properties.
#### Breaking Changes
{: #breaking-1-42-0}
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-7410">CALCITE-7410</a>]
+ Changes the type of the `WINDOW_START` and `WINDOW_END` columns for
+ the table functions `HOP`, `TUMBLE`, `SESSION` to match the original
+ type of the timestamp column. These types used to be hardwired to
+ `TIMESTAMP(3)`.
+
* [<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`.