xtern commented on code in PR #2887:
URL: https://github.com/apache/ignite-3/pull/2887#discussion_r1411961194


##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/ItFunctionsTest.java:
##########
@@ -393,9 +393,13 @@ private static Stream<Arguments> integralTypes() {
     @MethodSource("nonIntegerTypes")
     public void testRoundNonIntegralTypes(ParseNum parse, MetadataMatcher 
round1, MetadataMatcher round2) {
         String v1 = parse.value("42.123");
-        String v2 = parse.value("45.123");
+        String v2 = parse.value("45.000");

Review Comment:
   why we need this change?



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