zhenyu-hou commented on a change in pull request #1772: [CALCITE-3744]
Duplicate rule matches when RelSet gets merged
URL: https://github.com/apache/calcite/pull/1772#discussion_r368803761
##########
File path:
core/src/main/java/org/apache/calcite/plan/volcano/VolcanoRuleMatch.java
##########
@@ -145,16 +144,16 @@ private String computeDigest() {
if (i > 0) {
buf.append(", ");
}
- RelOptUtil.appendRelDescription(buf, rels[i]);
+ buf.append("#" + rels[i].getId());
Review comment:
how about buf.append('#').append(rels[i].getId());
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services