Is your feature request related to a problem or challenge? Please describe what you are trying to do.
datafusion-cli with ballista not support show tables and show columns
RUST_LOG=INFO cargo run --bin datafusion-cli --features=ballista -- --host localhost --port 50050
create external table table1 stored as PARQUET location "/Users/yangjiang/ebay/kylin-native/examples/test_case_data/xxxx";
0 rows in set. Query took 0.006 seconds.
❯ \d table1; 🤔 Invalid statement: sql parser error: Expected an SQL statement, found: \
^C
❯ show tables;
Plan("SHOW TABLES is not supported unless information_schema is enabled")
❯
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.