englefly commented on code in PR #11066:
URL: https://github.com/apache/doris/pull/11066#discussion_r926844401


##########
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:
   为什么不抛未实现的异常,而是返回 java.lang.Object@d716361 这个样式的字符串?



-- 
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

Reply via email to