morrySnow commented on code in PR #10659:
URL: https://github.com/apache/doris/pull/10659#discussion_r916504214


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/ExpressionTranslator.java:
##########
@@ -122,6 +123,13 @@ public Expr visitLessThanEqual(LessThanEqual 
lessThanEqual, PlanTranslatorContex
                 lessThanEqual.child(1).accept(this, context));
     }
 
+    @Override
+    public Expr visitNullSafeEqual(NullSafeEqual nullSafeEqual, 
PlanTranslatorContext context) {
+        return new BinaryPredicate(Operator.EQ_FOR_NULL,

Review Comment:
   stale planner have no `NullSafeEqual`



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to