ennuite opened a new pull request, #1120: URL: https://github.com/apache/arrow-java/pull/1120
## What's Changed When a server sent an updated handle for a prepared statement after parameters were bound, the new handle was used for the subsequent call to `GetFlightInfo` and then discarded. Any other future requests for that prepared statement would use the original handle. With these changes, the updated handle is stored and reused for future requests. This change was created with AI assistance (Claude Code). All lines were manually reviewed by a human. The output is not copyrightable subject matter. Closes #1117. -- 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]
