n3nash 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_r379164513
##########
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:
what does this comment mean ?
----------------------------------------------------------------
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