tkalkirill commented on code in PR #2126:
URL: https://github.com/apache/ignite-3/pull/2126#discussion_r1214028482


##########
modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/BaseMvPartitionStorageTest.java:
##########
@@ -192,8 +193,29 @@ protected BinaryRow abortWrite(RowId rowId) {
         });
     }
 
-    protected BinaryRowAndRowId pollForVacuum(HybridTimestamp lowWatermark) {
-        //TODO IGNITE-19367 Remove or replace with some other method.
-        return storage.pollForVacuum(lowWatermark);
+    @Nullable BinaryRowAndRowId pollForVacuum(HybridTimestamp lowWatermark) {

Review Comment:
   Try to fix it.



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