This is an automated email from the ASF dual-hosted git repository. sereda pushed a commit to branch site in repository https://gitbox.apache.org/repos/asf/calcite.git
commit d348fd13f50c1c2f70fd51b1f7dd5fe4cb1f0d01 Author: Andrei Sereda <[email protected]> AuthorDate: Sat Aug 22 14:27:42 2020 -0400 [CALCITE-4169] Adjust release notes for 1.25 after publishing artifacts 1.25 was delayed by one week. Update dates and add news docs --- site/_docs/history.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/_docs/history.md b/site/_docs/history.md index ce1cf45..02ac8d3 100644 --- a/site/_docs/history.md +++ b/site/_docs/history.md @@ -31,8 +31,9 @@ Downloads are available on the ## <a href="https://github.com/apache/calcite/releases/tag/calcite-1.25.0">1.25.0</a> / 2020-08-08 {: #v1-25-0} -This release comes shortly after 1.24.0 (just two weeks) to address important bug -[CALCITE-4136](https://issues.apache.org/jira/browse/CALCITE-4136). +This release comes shortly after [1.24.0](#v1-24-0) and removes methods +which were deprecated in the previous version. It also introduces other breaking changes so +make sure to consult corresponding section. Notable improvements in this release are: Compatibility: This release is tested on Linux, macOS, Microsoft Windows; using Oracle JDK 8, 9, 10, 11, 12, 13, 14 and OpenJDK 8, 9, 10, 11, 12, 13, 14; @@ -42,8 +43,6 @@ gradle.properties. #### Breaking Changes * [<a href="https://issues.apache.org/jira/browse/CALCITE-4079">CALCITE-4079</a>] Dialect constants in `SqlDialect` can cause class initialization deadlock -* [<a href="https://issues.apache.org/jira/browse/CALCITE-4114">CALCITE-4114</a>] -Remove method `CalciteAssert.forceDecorrelate` (Jiatao Tao) * [<a href="https://issues.apache.org/jira/browse/CALCITE-4128">CALCITE-4128</a>] Remove dependency of File adapter on Example CSV adapter @@ -95,7 +94,8 @@ Support deep equality check for `RelNode` Refactor how planner rules are parameterized * [<a href="https://issues.apache.org/jira/browse/CALCITE-4111">CALCITE-4111</a>] Remove `VolcanoPlannerPhase` in Planner (Jiatao Tao) - +* [<a href="https://issues.apache.org/jira/browse/CALCITE-4114">CALCITE-4114</a>] +Remove method `CalciteAssert.forceDecorrelate` (Jiatao Tao) ## <a href="https://github.com/apache/calcite/releases/tag/calcite-1.24.0">1.24.0</a> / 2020-07-24 {: #v1-24-0}
