xiedeyantu commented on code in PR #4653:
URL: https://github.com/apache/calcite/pull/4653#discussion_r2579192640
##########
core/src/main/java/org/apache/calcite/rex/RexSimplify.java:
##########
@@ -327,6 +327,8 @@ RexNode simplify(RexNode e, RexUnknownAs unknownAs) {
case MINUS:
case TIMES:
case DIVIDE:
+ case DIVIDE_0_NULL:
Review Comment:
Would it be better to use DIVIDE_ZERO_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]