Skip to content

Commit 634e3c6

Browse files
committed
Document this change as a breaking change
Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
1 parent 5c1eb8b commit 634e3c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/_docs/history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ other software versions as specified in gradle.properties.
4949
#### Breaking Changes
5050
{: #breaking-1-42-0}
5151

52+
* [<a href="https://issues.apache.org/jira/browse/CALCITE-7410">CALCITE-7410</a>]
53+
Changes the type of the `WINDOW_START` and `WINDOW_END` columns for
54+
the table functions `HOP`, `TUMBLE`, `SESSION` to match the original
55+
type of the timestamp column. These types used to be hardwired to
56+
`TIMESTAMP(3)`.
57+
5258
* [<a href="https://issues.apache.org/jira/browse/CALCITE-7301">CALCITE-7301</a>]
5359
Prior to this change, most `SqlNode`s in the `org.apache.calcite.sql.ddl` package could not be unparsed
5460
when created with `SqlOperator#createCall`. To fix this, those `SqlNode`s now implement their own `SqlOperator`.

0 commit comments

Comments
 (0)