ennuite opened a new pull request, #49498:
URL: https://github.com/apache/arrow/pull/49498

   ### Rationale for this change
   Multiple database driver APIs have functions that allow for executing 
prepared statements that can be either result set generating queries or update 
commands. Before this PR, there was no way for servers to indicate whether the 
query should be executed with `CommandPreparedStatementUpdate` or 
`CommandPreparedStatementQuery`.
   
   ### What changes are included in this PR?
   The change in this PR introduces a new field set by the server after 
creation of the prepared statement to indicate the proper network flow. 
   
   ### Are these changes tested?
   No, because these changes are best tested using a database driver but this 
PR includes only changes to the proto definition.
   
   ### Are there any user-facing changes?
   No.


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