alamb commented on code in PR #2137:
URL: https://github.com/apache/arrow-datafusion/pull/2137#discussion_r842006691


##########
datafusion-cli/src/main.rs:
##########
@@ -82,6 +82,9 @@ struct Args {
         help = "Reduce printing other than the results and work quietly"
     )]
     quiet: bool,
+
+    #[clap(long, help = "Enable with_information_schema")]

Review Comment:
   I think it would be nice for the `datafusion-cli` to *always* have access to 
the information schema. I can't think of any reason someone using the cli 
wouldn't want to be able to do `SHOW TABLES`.
   
   What do you think?



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