This is an automated email from the ASF dual-hosted git repository.
hyuan 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 7a462f2 Update history doc to add breaking changes
7a462f2 is described below
commit 7a462f2b2f78aa12068b691c1e423ea4c8a825e4
Author: Haisheng Yuan <[email protected]>
AuthorDate: Sat Jul 18 15:05:18 2020 -0500
Update history doc to add breaking changes
---
site/_docs/history.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/site/_docs/history.md b/site/_docs/history.md
index f21942f..c9196d5 100644
--- a/site/_docs/history.md
+++ b/site/_docs/history.md
@@ -36,6 +36,10 @@ Downloads are available on the
Mark `CalcMergeRule` as `TransformationRule`
* [<a
href="https://issues.apache.org/jira/browse/CALCITE-4003">CALCITE-4003</a>]
Disallow cross convention matching and `PhysicalNode` generation in
`TransformationRule`
+* [<a
href="https://issues.apache.org/jira/browse/CALCITE-3786">CALCITE-3786</a>]
+ Change `RelNode#recomputeDigest()` return type from `String` to `void`. To
get
+ digest string, use `RelNode#getDigest()` instead, it will create new digest
+ string on each call, so don't forget to cache the result if necessary
## <a
href="https://github.com/apache/calcite/releases/tag/calcite-1.23.0">1.23.0</a>
/ 2020-05-23
{: #v1-23-0}