erratic-pattern commented on code in PR #5433:
URL: https://github.com/apache/arrow-rs/pull/5433#discussion_r1538387402


##########
format/FlightSql.proto:
##########
@@ -1796,7 +1796,28 @@
    // an unknown updated record count.
    int64 record_count = 1;
  }
- 
+
+  /* An *optional* response returned when `DoPut` is called with 
`CommandPreparedStatementQuery`.
+   *
+   * *Note on legacy behavior*: previous versions of the protocol did not 
return any result for
+   * this command, and that behavior should still be supported by clients. See 
documentation
+   * of individual fields for more details on expected client behavior in this 
case. 
+   */
+  message DoPutPreparedStatementResult {

Review Comment:
   need to update this with the latest from the arrow PR that was merged 
https://github.com/apache/arrow/pull/40243 



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