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

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   I would like to run parameterized queries from the FlightSql client to 
integration test what users will be doing with the JDBC client. Unfortunately, 
I see that the `parameter_binding` field is written to, but never read-from - 
so these values must not be getting to the server where I need to implement 
support.
   
   **Describe the solution you'd like**
   
   1. Test with the JDBC client to see how these values are passed
   2. Implement the necessary changes to the arrow-rs FlightSqlClient to 
reproduce the JDBC behavior
   
   **Describe alternatives you've considered**
   
   Continue to leave this important functionality unimplemented.


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