NobiGo commented on code in PR #4402:
URL: https://github.com/apache/calcite/pull/4402#discussion_r2122425309


##########
core/src/main/java/org/apache/calcite/rex/RexUtil.java:
##########
@@ -218,6 +218,17 @@ public static boolean isNull(RexNode expr) {
     }
   }
 
+  public static boolean isCollectionValueConstructorWithoutAnyCast(

Review Comment:
   Get it. We have `isSafeExpression`. Just overlooked it when judging whether 
the whole expression is NULL.



-- 
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]

Reply via email to