ibessonov commented on code in PR #7112:
URL: https://github.com/apache/ignite-3/pull/7112#discussion_r2576699279
##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/mv/RowVersion.java:
##########
@@ -193,7 +229,7 @@ public void writeFragmentData(ByteBuffer pageBuf, int
rowOff, int payloadSize) {
assert headerSize <= payloadSize : "Header must entirely fit in
the first fragment, but header size is "
+ headerSize + " and payload size is " + payloadSize;
- pageBuf.put(DATA_TYPE);
+ pageBuf.put(dataType());
Review Comment:
Yes, that's it, thank you!
--
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]