alamb commented on a change in pull request #1593:
URL: https://github.com/apache/arrow-datafusion/pull/1593#discussion_r786025309
##########
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:
I wonder if there is some reason not to always use the
`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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]