eldenmoon commented on code in PR #65561:
URL: https://github.com/apache/doris/pull/65561#discussion_r3662625762
##########
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:
compute v2生成出来的Variant不会带属性
--
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]