pitrou commented on code in PR #40243:
URL: https://github.com/apache/arrow/pull/40243#discussion_r1514293835
##########
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
Review Comment:
This is very difficult to understand. How does an updated handle allow
implementing query parameters? This should be more descriptive (does the handle
embody the bound parameters?).
Also, "the client should use this updated handle" means the client cannot
bind the original prepared statement to other parameters?
--
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]