rpuch commented on code in PR #7112:
URL: https://github.com/apache/ignite-3/pull/7112#discussion_r2576591330


##########
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:
   Thanks, this is much better. Fixed. Please take a look whether this is what 
you had in mind



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