Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlightSqlClient parameter_binding is write-only #3598

Closed
avantgardnerio opened this issue Jan 24, 2023 · 0 comments · Fixed by #4797
Closed

FlightSqlClient parameter_binding is write-only #3598

avantgardnerio opened this issue Jan 24, 2023 · 0 comments · Fixed by #4797
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@avantgardnerio
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
1 participant