sanpwc commented on code in PR #4049:
URL: https://github.com/apache/ignite-3/pull/4049#discussion_r1731318785


##########
modules/table/src/testFixtures/java/org/apache/ignite/distributed/ItTxTestCluster.java:
##########
@@ -713,7 +718,9 @@ public TableViewInternal startTable(String tableName, 
SchemaDescriptor schemaDes
                         catalogService,
                         schemaManager,
                         clockServices.get(assignment),
-                        mock(IndexMetaStorage.class)
+                        mock(IndexMetaStorage.class),
+                        // TODO use proper index.

Review Comment:
   Fixed. Missed that.



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