prashantwason commented on code in PR #8797:
URL: https://github.com/apache/hudi/pull/8797#discussion_r1207239586
##########
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:
Where is this codepath called?
Should be also pass the correct instantRange here to make the codeflow
consistent? The above code to get the correct instantRange can be moved to the
compact function or into a helper.
--
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]