lidavidm commented on issue #14284: URL: https://github.com/apache/arrow/issues/14284#issuecomment-1263758394
No, Flight SQL is a wire protocol, which means the (Postgres) server, or some proxy, must implement it. It is not like JDBC where a client-side driver translates API calls into a server-specific protocol. (For that idea, see https://github.com/apache/arrow-adbc.) For Postgres, either Postgres would need to implement Flight SQL, or a proxy must be implemented that translates Flight SQL to the Postgres wire protocol. -- 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]
