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

FLightSQL: add helpers to create CommandGetCatalogs, CommandGetSchemas, and CommandGetTables requests #4295

Closed
roeap opened this issue May 27, 2023 · 2 comments · Fixed by #4296
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

@roeap
Copy link
Contributor

roeap commented May 27, 2023

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

FlightSQL has several APIs for a server to report available catalogs, db schemas, and tables. These APIs require filtering and sorting against the available information, which can be re-used across implementations.

Describe the solution you'd like

IOx contains implementations to simplify handling these requests that could benefit other rust implementations.

Describe alternatives you've considered

Not doing it.

Additional context

@tustvold
Copy link
Contributor

tustvold commented Jun 2, 2023

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

@tustvold
Copy link
Contributor

tustvold commented Jun 2, 2023

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

@tustvold tustvold added the arrow-flight Changes to the arrow-flight crate label Jun 2, 2023
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
2 participants