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


##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/UserDefinedFunctionsIntegrationTest.java:
##########
@@ -464,6 +466,43 @@ public void testBigDecimalFunctionArgument() {
         assertQuery("SELECT udf.decimalToInt(5.3)").returns(5).check();
     }
 
+    /** */
+    @Test
+    public void testBinaryFunctions() {

Review Comment:
   I disagree that this PR need to cover only byte[], what about temporal types 
? BO, appropriate tests need to be appended.



-- 
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