danny0405 commented on code in PR #13010: URL: https://github.com/apache/hudi/pull/13010#discussion_r2016213756
########## hudi-common/src/main/java/org/apache/hudi/common/table/log/BaseHoodieLogRecordReader.java: ########## @@ -136,16 +136,14 @@ public abstract class BaseHoodieLogRecordReader<T> { // Use scanV2 method. private final boolean enableOptimizedLogBlocksScan; protected FileGroupRecordBuffer<T> recordBuffer; + // Allows to consider inflight instants while merging log records Review Comment: Can we add more doc to address that this is only used for MDT RLI index, and give an use case how it works. -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org