You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "roeap (via GitHub)" <gi...@apache.org> on 2023/05/27 14:30:42 UTC

[GitHub] [arrow-rs] roeap opened a new issue, #4295: FLightSQL: add helpers to create `CommandGetCatalogs`, `CommandGetSchemas`, and `CommandGetTables` requests

roeap opened a new issue, #4295:
URL: https://github.com/apache/arrow-rs/issues/4295

   **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**
   
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #4295: FLightSQL: add helpers to create `CommandGetCatalogs`, `CommandGetSchemas`, and `CommandGetTables` requests

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4295:
URL: https://github.com/apache/arrow-rs/issues/4295#issuecomment-1573884284

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


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #4295: FLightSQL: add helpers to create `CommandGetCatalogs`, `CommandGetSchemas`, and `CommandGetTables` requests

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #4295:
URL: https://github.com/apache/arrow-rs/issues/4295#issuecomment-1573884241

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


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb closed issue #4295: FLightSQL: add helpers to create `CommandGetCatalogs`, `CommandGetSchemas`, and `CommandGetTables` requests

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #4295: FLightSQL: add helpers to create `CommandGetCatalogs`, `CommandGetSchemas`, and `CommandGetTables` requests
URL: https://github.com/apache/arrow-rs/issues/4295


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org