erratic-pattern commented on code in PR #40243:
URL: https://github.com/apache/arrow/pull/40243#discussion_r1511382303


##########
format/FlightSql.proto:
##########
@@ -1797,6 +1797,15 @@ message DoPutUpdateResult {
   int64 record_count = 1;
 }
 
+// An optional response returned when `DoPut` is called with 
`CommandPreparedStatementQuery`
+message DoPutPreparedStatementResult {
+  option (experimental) = true;
+
+  // (potentially updated) opaque handle for the prepared statement on the 
server.
+  // All subsequent requests for this prepared statement must use this new 
handle, if specified

Review Comment:
   > It would be good to copy/summarize the justification here, if we think 
it's worth keeping, instead of/along with referencing the ticket
   
   I've updated the docs to provide some background on this change, as well as 
explicitly documenting legacy behavior. also made the updated handle explicitly 
`optional` to help indicate that the older stateful pattern can still be 
supported even in up-to-date clients and servers.



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