n3nash commented on a change in pull request #1242: [HUDI-544] Adjust the read
and write path of archive
URL: https://github.com/apache/incubator-hudi/pull/1242#discussion_r374440070
##########
File path:
hudi-cli/src/main/java/org/apache/hudi/cli/commands/ArchivedCommitsCommand.java
##########
@@ -54,7 +55,6 @@
@CliCommand(value = "show archived commit stats", help = "Read commits from
archived files and show details")
public String showArchivedCommits(
- @CliOption(key = {"archiveFolderPattern"}, help = "Archive Folder",
unspecifiedDefaultValue = "") String folder,
Review comment:
This config is here to allow for users to be able to provide a full path of
the files under the archive folder and read it, lets leave it here - Btw, these
commands are being reworked in this PR -
https://github.com/apache/incubator-hudi/pull/1274.
----------------------------------------------------------------
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