dssysolyatin commented on code in PR #4625:
URL: https://github.com/apache/calcite/pull/4625#discussion_r2504420231


##########
core/src/main/java/org/apache/calcite/adapter/enumerable/NullPolicy.java:
##########
@@ -32,8 +32,6 @@ public enum NullPolicy {
   STRICT,
   /** Returns null if one of the arguments is null, and possibly other times. 
*/
   SEMI_STRICT,
-  /** If any of the arguments are null, return null. */
-  ANY,

Review Comment:
   Why you want to introduce breaking change instead of deprecate it ? 



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