mihaibudiu commented on code in PR #4625:
URL: https://github.com/apache/calcite/pull/4625#discussion_r2504757425
##########
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:
I suggest making it deprecated, there isn't that big a cost, and it may
avoid some headaches for users.
--
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]