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: [email protected]

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


Reply via email to