wernerdv commented on code in PR #12357:
URL: https://github.com/apache/ignite/pull/12357#discussion_r2362036737
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/wal/reader/StandaloneWalRecordsIterator.java:
##########
@@ -421,6 +426,7 @@ private boolean checkBounds(long idx) {
* @throws IgniteCheckedException if failed
*/
private @NotNull DataEntry postProcessDataEntry(
+ final boolean keepBinary,
Review Comment:
Please add new param in javadoc.
--
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]