avantgardnerio opened a new pull request, #33961: URL: https://github.com/apache/arrow/pull/33961
### Rationale for this change Presently, the `flight-sql-jdbc-driver` does not send prepared statement parameter values to the server. This prevents Arrow FlightSql server implementors for receiving these values and users from being able to use prepared statements properly. This causes some significant issues, in our case not being able to performance test our database with TPC-C. ### What changes are included in this PR? 1. Parsing and saving the schema of statement parameters sent by the server 2. (Hopefully soon) sending parameter values back to the server. ### Are these changes tested? Currently, only by an integration test against our proprietary, unreleased database. ### Are there any user-facing changes? Parameterized queries should work when this PR is completed. -- 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]
