xiedeyantu commented on code in PR #4208:
URL: https://github.com/apache/calcite/pull/4208#discussion_r1966642724


##########
core/src/main/java/org/apache/calcite/rel/core/Project.java:
##########
@@ -362,7 +362,8 @@ protected boolean deepEquals0(@Nullable Object obj) {
 
   @API(since = "1.24", status = API.Status.INTERNAL)
   protected int deepHashCode0() {
-    return Objects.hash(traitSet, input.deepHashCode(), exps, hints);
+    return Objects.hash(traitSet, input.deepHashCode(),

Review Comment:
   > Note that I personally don't know what the intent of the digest is.
   
   please see this issue: 
https://issues.apache.org/jira/projects/CALCITE/issues/CALCITE-6852



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to