caicancai commented on code in PR #3934:
URL: https://github.com/apache/calcite/pull/3934#discussion_r1739557911
##########
core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java:
##########
@@ -4292,18 +4294,27 @@ private static List<Expression> args(RexCall call,
operand0 = operands.left;
operand1 = operands.right;
boolean nonPositiveIsNull = library == SqlLibrary.MYSQL ? true : false;
Review Comment:
@NobiGo Could you please post your opinion at
https://issues.apache.org/jira/browse/CALCITE-6550? I think it is a very
complicated issue.
--
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]