rpuch commented on code in PR #1405:
URL: https://github.com/apache/ignite-3/pull/1405#discussion_r1048111722
##########
modules/storage-page-memory/src/main/java/org/apache/ignite/internal/storage/pagememory/index/freelist/io/IndexColumnsDataIo.java:
##########
@@ -48,7 +48,7 @@ protected IndexColumnsDataIo(int ver) {
protected void writeRowData(long pageAddr, int dataOff, int payloadSize,
IndexColumns row, boolean newRow) {
assertPageType(pageAddr);
- putShort(pageAddr, dataOff, (short) payloadSize);
+ putShort(pageAddr, dataOff, narrowIntToShort(payloadSize));
Review Comment:
I already reverted the change
--
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]