jackwener commented on code in PR #22774:
URL: https://github.com/apache/doris/pull/22774#discussion_r1289951566
##########
fe/fe-core/src/test/java/org/apache/doris/nereids/util/MemoValidator.java:
##########
@@ -55,6 +52,9 @@ public static MemoValidator validateInitState(Memo memo, Plan
initPlan) {
MemoValidator validator = validate(memo);
if (initPlan != null) {
+ if (initPlan instanceof UnboundResultSink) {
+ return validator;
+ }
Review Comment:
we can't compare `UnboundResultSink`
--
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]