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

feat: implement catalog/schema/table commands on the service #52

Merged

Conversation

nathanielc
Copy link
Collaborator

FlightSQL has a set of commands to interrogate the server for information about the available catalogs, db schemas, tables, and table types. This change implements those four commands in terms of a datafusion context.

FlightSQL has a set of commands to interrogate the server for
information about the available catalogs, db schemas, tables, and table
types. This change implements those four commands in terms of a
datafusion context.
@nathanielc
Copy link
Collaborator Author

FWIW I also added commands to the flight_sql_client CLI in apache/arrow-rs#6332 that makes it easy to invoke these new methods.

Copy link
Collaborator

@backkem backkem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome, thanks @nathanielc!

@backkem
Copy link
Collaborator

backkem commented Sep 2, 2024

Clippy seems to have a small nit. Can you still fix that?

@hozan23 hozan23 merged commit cf6c6dd into datafusion-contrib:main Sep 3, 2024
7 checks passed
@nathanielc nathanielc deleted the feat/support-catalog-schema-tables branch September 3, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants