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


##########
modules/index/src/test/java/org/apache/ignite/internal/index/IndexBuilderTest.java:
##########
@@ -235,13 +239,25 @@ void testScheduleBuildIndexAfterDisasterRecovery() {
         assertThat(listenCompletionIndexBuildingAfterDisasterRecoveryFuture, 
willCompleteSuccessfully());
     }
 
-    private void scheduleBuildIndex(int indexId, int zoneId, int tableId, int 
partitionId, Collection<RowId> nextRowIdsToBuild) {
+    private void scheduleBuildIndex(int indexId, int zoneId, int tableId, int 
partitionId, Collection<RowId> rowIds) {
+        BinaryRowImpl binaryRow = new BinaryRowImpl(1, ByteBuffer.allocate(1));

Review Comment:
   Oops



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