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:
[email protected]


Reply via email to