You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/02 11:53:46 UTC

[GitHub] [arrow-datafusion] gaojun2048 opened a new pull request #2137: [CLI] Add show tables for datafusion-cli

gaojun2048 opened a new pull request #2137:
URL: https://github.com/apache/arrow-datafusion/pull/2137


   closes https://github.com/apache/arrow-datafusion/issues/1984
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] andygrove commented on a change in pull request #2137: [CLI] Add show tables for datafusion-cli

Posted by GitBox <gi...@apache.org>.
andygrove commented on a change in pull request #2137:
URL: https://github.com/apache/arrow-datafusion/pull/2137#discussion_r841085906



##########
File path: 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 = "whether enable with_information_schema")]

Review comment:
       ```suggestion
       #[clap(long, help = "Enable with_information_schema")]
   ```




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org