justinmclean commented on code in PR #5717:
URL: https://github.com/apache/gravitino/pull/5717#discussion_r1868570054


##########
clients/cli/src/main/java/org/apache/gravitino/cli/GravitinoOptions.java:
##########
@@ -50,6 +50,7 @@ public class GravitinoOptions {
   public static final String ROLE = "role";
   public static final String AUDIT = "audit";
   public static final String FORCE = "force";
+  public static final String COLUMNFILE = "csv";

Review Comment:
   I used "csv" as it tells the user what format the file should be in, and it 
is less typing, but if you prefer "columnfile" or even "file" I can change that.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to