wangshuo128 commented on code in PR #11066: URL: https://github.com/apache/doris/pull/11066#discussion_r927222429
########## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Arithmetic.java: ########## @@ -189,6 +165,24 @@ public int hashCode() { @Override public String toString() { - return toSql(); + return stringBuilder(Object::toString); Review Comment: The override implementation method in derived classes would be used. -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org