tkalkirill commented on code in PR #1161: URL: https://github.com/apache/ignite-3/pull/1161#discussion_r994977051
########## modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/index/meta/io/IndexMetaIo.java: ########## @@ -44,8 +47,13 @@ public interface IndexMetaIo { /** Index tree meta page id offset - long (8 bytes). */ int INDEX_TREE_META_PAGE_ID_OFFSET = INDEX_ID_LSB_OFFSET + Long.BYTES; + /** Offset of the inline size in bytes - short (2 bytes). */ + int INDEX_INLINE_SIZE_OFFSET = INDEX_TREE_META_PAGE_ID_OFFSET + Long.BYTES; Review Comment: Try 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org