rpuch commented on code in PR #814:
URL: https://github.com/apache/ignite-3/pull/814#discussion_r886384949
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/datapage/DataPageReader.java:
##########
@@ -54,129 +49,49 @@ public DataPageReader(PageMemory pageMemory, int groupId,
IoStatisticsHolder sta
}
/**
- * Returns a row by link. To get the row bytes, more than one pages may be
traversed (if the corresponding row
- * was fragmented when stored).
+ * Traverses page memory starting at the given link. At each step, reads
the current data row and feeds it to the given
Review Comment:
Renamed it to 'data payload'
--
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]