danny0405 commented on code in PR #8797:
URL: https://github.com/apache/hudi/pull/8797#discussion_r1206169642
##########
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:
Yeah, for MDT, we have 2 use cases to use the merged log reader: 1. the
snapshot reader used by data set table to supply the metadata/stats, 2. the MDT
compaction
--
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]