eldenmoon commented on code in PR #65561:
URL: https://github.com/apache/doris/pull/65561#discussion_r3662615737
##########
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:
后面V1删除会重构这里的逻辑,当前先维持不变
--
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]