Skip to content

Commit

Permalink
clarify legacy behavior for DoPutPreparedResult protobuf message
Browse files Browse the repository at this point in the history
  • Loading branch information
erratic-pattern committed Mar 16, 2024
1 parent d4dd713 commit 8ddc3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions format/FlightSql.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1800,8 +1800,8 @@ message DoPutUpdateResult {
/* 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.
* this command, and that behavior should still be supported by clients. In that case, the client
* can continue as though the fields in this message were not provided or set to sensible default values.
*/
message DoPutPreparedStatementResult {
option (experimental) = true;
Expand Down

0 comments on commit 8ddc3c3

Please sign in to comment.