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


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/store/DeltaFilePageStoreIo.java:
##########
@@ -110,4 +149,21 @@ public long pageOffset(long pageId) {
     public int fileIndex() {
         return header.index();
     }
+
+    /**
+     * Returns page offsets within the store file.
+     */
+    public long[] pageOffsets() {

Review Comment:
   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