ygerzhedovich commented on code in PR #5486: URL: https://github.com/apache/ignite-3/pull/5486#discussion_r2016443566
########## modules/api/src/testFixtures/java/org/apache/ignite/table/AbstractImmutableTupleTest.java: ########## @@ -352,4 +378,66 @@ private static int tailFactor(int precision) { return new BigInteger("10").pow(NANOS_IN_SECOND - precision).intValue(); } + + private static @Nullable Object generateValue(Random rnd, ColumnType type) { Review Comment: what about negative values? -- 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