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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]