csun5285 commented on code in PR #65561:
URL: https://github.com/apache/doris/pull/65561#discussion_r3662478403
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/types/VariantType.java:
##########
@@ -225,6 +253,9 @@ public boolean equalsForRecursiveCte(Object o) {
return false;
}
VariantType other = (VariantType) o;
+ if (computeV2 != other.computeV2) {
+ return false;
+ }
Review Comment:
那这里应该 else { return true;}
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]