danny0405 commented on code in PR #8797:
URL: https://github.com/apache/hudi/pull/8797#discussion_r1207618133
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/compact/HoodieCompactor.java:
##########
@@ -141,7 +148,7 @@ public List<WriteStatus> compact(HoodieCompactionHandler
compactionHandler,
String instantTime,
String maxInstantTime,
TaskContextSupplier taskContextSupplier)
throws IOException {
- return compact(compactionHandler, metaClient, config, operation,
instantTime, maxInstantTime,
+ return compact(compactionHandler, metaClient, config, operation,
instantTime, maxInstantTime, Option.empty(),
Review Comment:
It is only used by the Flink compactor, which is DT compaction so the
instant range is not necessary, I will add some comments here.
--
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]