File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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>]
5359Prior to this change, most `SqlNode`s in the `org.apache.calcite.sql.ddl` package could not be unparsed
5460when created with `SqlOperator#createCall`. To fix this, those `SqlNode`s now implement their own `SqlOperator`.
You can’t perform that action at this time.
0 commit comments