danepitkin opened a new issue, #40168: URL: https://github.com/apache/arrow/issues/40168
### Describe the enhancement requested PyArrow currently only implements bindings to Arrow Flight RPC (not Arrow Flight SQL). There already exists a python Flight SQL driver in the ADBC repo[1]. We can implement a python Flight SQL client in PyArrow by wrapping the Arrow C++ Flight SQL client. The PyArrow Flight RPC implementation is here[2] for reference. [1]https://github.com/apache/arrow-adbc/tree/main/python/adbc_driver_flightsql [2]https://github.com/apache/arrow/blob/main/python/pyarrow/flight.py ### Component(s) Python -- 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]
