pitrou commented on code in PR #40243:
URL: https://github.com/apache/arrow/pull/40243#discussion_r1514301137
##########
docs/source/format/FlightSql.rst:
##########
@@ -141,6 +141,13 @@ the ``type`` should be ``ClosePreparedStatement``).
Execute a previously created prepared statement and get the results.
When used with DoPut: binds parameter values to the prepared statement.
+ The server may optionally respond with an updated handle. The client
+ should use this updated handle for all subsequent requests for this
+ prepared statement. The updated handle allows implementing query
+ parameters with stateless services. Note that the server is responsible
+ for detecting the case where the client does not use the updated handle on
+ subsequent requests (older clients may ignore this field) and responding
+ appropriately.
Review Comment:
What does "appropriately" imply? Return an error?
--
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]