yihua commented on code in PR #8797:
URL: https://github.com/apache/hudi/pull/8797#discussion_r1206088234


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/compact/HoodieCompactor.java:
##########
@@ -201,6 +209,7 @@ public List<WriteStatus> compact(HoodieCompactionHandler 
compactionHandler,
         .withPartition(operation.getPartitionPath())
         
.withOptimizedLogBlocksScan(executionHelper.enableOptimizedLogBlockScan(config))
         .withRecordMerger(config.getRecordMerger())
+        .withInstantRange(instantRange)

Review Comment:
   Do we need this for all `HoodieMergedLogRecordScanner` builders?  Have you 
revisited all such scanners?



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