You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/06/14 03:37:29 UTC

[GitHub] [hudi] hddong commented on a change in pull request #1725: [HUDI-1019]Clean refresh command in CLI

hddong commented on a change in pull request #1725:
URL: https://github.com/apache/hudi/pull/1725#discussion_r439788363



##########
File path: hudi-cli/src/main/java/org/apache/hudi/cli/commands/TableCommand.java
##########
@@ -131,4 +131,14 @@ public String descTable() {
     });
     return HoodiePrintHelper.print(header, new HashMap<>(), "", false, -1, false, rows);
   }
+
+  /**
+   * Refresh table metadata.
+   */
+  @CliCommand(value = {"refresh", "refresh metadata", "commits refresh", "cleans refresh", "savepoints refresh"},

Review comment:
       > `refresh metadata` to `metadata refresh`?
   
   Yes,  had address.




----------------------------------------------------------------
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:
users@infra.apache.org