danny0405 commented on code in PR #13444:
URL: https://github.com/apache/hudi/pull/13444#discussion_r2217282265


##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/HoodieFileGroupReader.java:
##########
@@ -99,6 +99,8 @@ public final class HoodieFileGroupReader<T> implements 
Closeable {
   private final boolean allowInflightInstants;
   // Callback to run custom logic on updates to the base files for the file 
group
   private final Option<BaseFileUpdateCallback> fileGroupUpdateCallback;
+  private final boolean enableOptimizedLogBlockScan;
+  private List<String> validBlockInstants = Collections.emptyList();

Review Comment:
   can we add some doc to address that it is used for log compaction optimized 
logBlocks scan.



-- 
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]

Reply via email to