gaojun2048 opened a new issue #1592: URL: https://github.com/apache/arrow-datafusion/issues/1592
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Add support show tables and show columns for ballista **Describe the solution you'd like** Because tables information is stored and maintained in the ballista context, not in the scheduler. So show tables and show columns do not need to be submitted to scheduler to run, just create datafusion ExecutionContext in ballista context to execute. -- 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]
