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


##########
modules/api/src/testFixtures/java/org/apache/ignite/table/AbstractImmutableTupleTest.java:
##########
@@ -440,4 +436,13 @@ private static int tailFactor(int precision) {
                 throw new IllegalArgumentException("Unsupported type: " + 
type);
         }
     }
+
+    private static Instant generateInstant(Random rnd) {

Review Comment:
   This method is used to generate value for single test 
`testTupleColumnsEquality`.
   Implementation `MutableRowTupleAdapterTest.testTupleColumnsEquality` uses a 
marshaller that performs column value validation.



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to