You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2020/06/22 10:39:47 UTC

[GitHub] [calcite] jinxing64 commented on a change in pull request #2039: Digest on RelNode and RexCall

jinxing64 commented on a change in pull request #2039:
URL: https://github.com/apache/calcite/pull/2039#discussion_r443469463



##########
File path: core/src/main/java/org/apache/calcite/plan/RelOptNode.java
##########
@@ -45,9 +47,20 @@
    * <p>If you want a descriptive string which contains the identity, call
    * {@link Object#toString()}, which always returns "rel#{id}:{digest}".
    *
+   * @return Digest string of this {@code RelNode}
+   */

Review comment:
       Thanks a lot to keep this `String getDigest`, which is heavily relied on in our internal code base.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org