Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Catalog DB Schema subcommands to flight_sql_client #6331

Closed
nathanielc opened this issue Aug 29, 2024 · 2 comments · Fixed by #6332
Closed

Add Catalog DB Schema subcommands to flight_sql_client #6331

nathanielc opened this issue Aug 29, 2024 · 2 comments · Fixed by #6332
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@nathanielc
Copy link
Contributor

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.

@nathanielc nathanielc added the enhancement Any new improvement worthy of a entry in the changelog label Aug 29, 2024
@alamb alamb added the arrow Changes to the arrow crate label Oct 2, 2024
@alamb
Copy link
Contributor

alamb commented Oct 2, 2024

label_issue.py automatically added labels {'arrow'} from #6332

@alamb alamb added the arrow-flight Changes to the arrow-flight crate label Oct 2, 2024
@alamb
Copy link
Contributor

alamb commented Oct 2, 2024

label_issue.py automatically added labels {'arrow-flight'} from #6332

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants