satishkotha commented on a change in pull request #1312: [HUDI-571] Add
"compactions show archived" command to CLI
URL: https://github.com/apache/incubator-hudi/pull/1312#discussion_r379220952
##########
File path:
hudi-cli/src/main/java/org/apache/hudi/cli/commands/CompactionCommand.java
##########
@@ -249,6 +262,128 @@ public String compact(
return "Compaction successfully completed for " + compactionInstantTime;
}
+ /**
+ * Prints all compaction details.
+ * Note values in compactionsPlans and instants lists are expected to be in
cohesion
Review comment:
its no longer relevant. so removed it. I intially had two parameters:
List<Instant> and List<CompactionPlan>. But that didnt seem good, so changed it
to one parameter.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services