[
https://issues.apache.org/jira/browse/CALCITE-4224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17191977#comment-17191977
]
Jiatao Tao commented on CALCITE-4224:
-------------------------------------
`RelNode.getDigest` only output its own node's digest, not the tree string.
It's the same with RelOptUtil.toString(rel), but what can be more convenient
than we call rel.getTreeDigest directly, especially in a high-frequency call
like this.
> Add an method for RelNode to output its tree digest like RelOptUtil.toString
> ----------------------------------------------------------------------------
>
> Key: CALCITE-4224
> URL: https://issues.apache.org/jira/browse/CALCITE-4224
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Jiatao Tao
> Assignee: Jiatao Tao
> Priority: Minor
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)