zstan commented on code in PR #13274:
URL: https://github.com/apache/ignite/pull/13274#discussion_r3466889169
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/IgniteExpressions.java:
##########
@@ -32,13 +32,13 @@ public class IgniteExpressions {
/** Make binary expression with arithmetic operations override. */
public static Expression makeBinary(ExpressionType binaryType, Expression
left, Expression right) {
switch (binaryType) {
- case Add:
+ case Add, AddChecked:
Review Comment:
check comment near, due to
https://issues.apache.org/jira/browse/CALCITE-7443
--
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]