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

   ## What's Changed
   
   A new field,   `optional bool is_update = 4;`, was added to `message 
ActionCreatePreparedStatementResult`. When this field is sent by the server, 
its value indicates whether the proper network flow to execute the query that 
the driver should follow uses `CommandPreparedStatementQuery` or 
`CommandPreparedStatementUpdate`.
   
   
   For outdated servers that don't send the field, the driver maintains its 
current behavior of using `CommandPreparedStatementQuery` when the 
`dataset_schema` is not empty, thus ensuring the backward compatibility of the 
new driver with old servers.
   
   Closes #1063.
   


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