nathanielc opened a new issue, #6331:
URL: https://github.com/apache/arrow-rs/issues/6331
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
When using the `flight_sql_client` it can be helpful to interrogate the
Flight SQL server for information about available catalogs, db schemas and
tables.
**Describe the solution you'd like**
Adding subcommands to the CLI that mirror the various FlightSQL commands
about catalogs, schemas and tables.
**Describe alternatives you've considered**
We could support `SHOW ...` variant queries and map them to the FlightSQL
commands, however this is likely not as portable as a direct mapping of CLI
subcommand to FlightSQL command.
**Additional context**
I have PR in progress.
--
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]