This is an automated email from the ASF dual-hosted git repository.
sereda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new 0eaf56b [CALCITE-4169] Adjust release notes for 1.25 after publishing
artifacts
0eaf56b is described below
commit 0eaf56b569ce21bffbe8cbbf9940bfe7acba8953
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 | 7 +++---
site/_posts/2020-08-22-release-1.25.0.md | 42 ++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 4 deletions(-)
diff --git a/site/_docs/history.md b/site/_docs/history.md
index e4ff681..d2c04d4 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -31,7 +31,7 @@ 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](#v1-24-0) (in just two weeks) and
removes methods
+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:
@@ -53,8 +53,6 @@ UDFs that are table functions must implement
`SqlTableFunction` and have `CURSOR
Refactor how planner rules are parameterized
* [<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
@@ -103,7 +101,8 @@ Improve the prompt of using SQL keywords for sql parses
(part2)
Support deep equality check for `RelNode`
* [<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}
diff --git a/site/_posts/2020-08-22-release-1.25.0.md
b/site/_posts/2020-08-22-release-1.25.0.md
new file mode 100644
index 0000000..5452c75
--- /dev/null
+++ b/site/_posts/2020-08-22-release-1.25.0.md
@@ -0,0 +1,42 @@
+---
+layout: news_item
+date: "2020-08-22 14:22:00 -0500"
+author: sereda
+version: 1.25.0
+categories: [release]
+tag: v1-25-0
+sha: 68b02dfd4af15bc94a91a0cd2a30655d04439555
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+The [Apache Calcite PMC]({{ site.baseurl }})
+is pleased to announce
+[Apache Calcite release 1.25.0]({{ site.baseurl }}/docs/history.html#v1-25-0).
+
+This release comes about one month after 1.24.0 and removes methods
+which were deprecated in the previous version. In addition, notable
improvements in
+this release are:
+
+* [Interval Expressions](https://issues.apache.org/jira/browse/CALCITE-4134)
+(e.g. `INTERVAL '1' HOUR`, `INTERVAL -'1:2' HOUR TO MINUTE`)
+* [Character Literals as
Aliases](https://issues.apache.org/jira/browse/CALCITE-4080)
+* [Refactor How Planner Rules are
Parameterized](https://issues.apache.org/jira/browse/CALCITE-3923)
+* [Spacial Functions](https://issues.apache.org/jira/browse/CALCITE-2160)
+