e-dard commented on issue #1323:
URL: https://github.com/apache/arrow-rs/issues/1323#issuecomment-1042030345


   I have been working on a (very clunky right now) Rust prototype that speaks 
the server side PostgreSQL wire protocol, parses queries and then will dispatch 
them to anything that speaks SQL over flight, e.g., our IOx project. 
   
   In terms of the translation between a PG query/command and a backend 
datasource request, I suspect that I am going to end up doing a lot of the work 
that an implementation of the Arrow Flight SQL protocol would do. 
   
   I would be happy to try and make some progress on this, though it's not 
quite clear to me yet which bits would live in Arrow or Datafusion yet.


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


Reply via email to