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/01/18 02:36:55 UTC

[GitHub] [arrow-datafusion] Ted-Jiang commented on a change in pull request #1593: Add support show tables and show columns for ballista

Ted-Jiang commented on a change in pull request #1593:
URL: https://github.com/apache/arrow-datafusion/pull/1593#discussion_r786376908



##########
File path: ballista/rust/client/src/context.rs
##########
@@ -256,6 +288,14 @@ impl BallistaContext {
             )
         };
 
+        let is_show = self.is_show_statement(sql).await?;

Review comment:
       Is it ok set ` information_schema: true,` by default ? if not may i ask which situation need block this for user  😊
   https://github.com/apache/arrow-datafusion/blob/82e80036d9dbcf1bacac8e94eb10d5c60a8016a7/datafusion/src/execution/context.rs#L930




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