ibessonov commented on code in PR #3527:
URL: https://github.com/apache/ignite-3/pull/3527#discussion_r1546414642


##########
modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/index/impl/TestIndexRow.java:
##########
@@ -39,6 +39,8 @@
  * Convenience wrapper over an Index row.
  */
 public class TestIndexRow implements IndexRow, Comparable<TestIndexRow> {
+    private static final Random RANDOM = new Random();

Review Comment:
   Yes



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