Jimexist commented on a change in pull request #1284:
URL: https://github.com/apache/arrow-datafusion/pull/1284#discussion_r752332069



##########
File path: datafusion-cli/src/command.rs
##########
@@ -117,6 +126,7 @@ impl FromStr for Command {
             ("d", None) => Self::ListTables,
             ("d", Some(name)) => Self::DescribeTable(name.into()),
             ("?", None) => Self::Help,
+            ("format", Some(format)) => Self::ChangeFormat(format.into()),

Review comment:
       can you also add the command to print current format if no arg is 
provided?




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