zstan commented on code in PR #13274:
URL: https://github.com/apache/ignite/pull/13274#discussion_r3466883354


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/RexImpTable.java:
##########
@@ -344,6 +353,13 @@ public class RexImpTable {
         defineUnary(UNARY_MINUS, Negate, NullPolicy.STRICT,
             BuiltInMethod.BIG_DECIMAL_NEGATE.getMethodName());
         defineUnary(UNARY_PLUS, UnaryPlus, NullPolicy.STRICT, null);
+        // checked arithmetic
+        defineBinary(CHECKED_PLUS, AddChecked, NullPolicy.STRICT, 
"checkedPlus");

Review Comment:
   due to categorical CHECED type without conformance flag check
   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]

Reply via email to