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

   ### Rationale for this change
   Following the [discussion in the mailing list
   ](https://lists.apache.org/thread/88msflnwkkw8t81czs2ndqhkn1fb1pxd), this PR 
introduces a new field in `ActionCreatePreparedStatementResult`, `optional 
boolean is_update`, that allows servers to indicate to clients the correct 
execution path for prepared statements.
   
   ### What changes are included in this PR?
   
   
   ### Are these changes tested?
   Yes. Unit tests for the new field were added to `client_test.go`, that 
complement the already existing unit tests for prepared statements queries 
(there were no tests for prepared statement updates). Integration tests for the 
new field were added to `server_test.go`. These are also the first integration 
tests for prepared statements.
   
   ### Are there any user-facing changes?
   Yes. There are no breaking changes because the new field is optional, but a 
user-facing extension to prepared statements was added to allow for 
reading/writing to the new field.
   


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