Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
  • Loading branch information
lidavidm and pitrou committed Sep 6, 2022
1 parent 1da54ab commit 58f748e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions format/FlightSql.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ message DoPutUpdateResult {
message ActionCancelQueryRequest {
option (experimental) = true;

// The result of the GetFlightInfo RPC that initated the query.
// The result of the GetFlightInfo RPC that initiated the query.
// XXX(ARROW-16902): this must be a serialized FlightInfo, but is
// rendered as bytes because Protobuf does not really support one
// DLL using Protobuf definitions from another DLL.
Expand All @@ -1821,10 +1821,10 @@ message ActionCancelQueryResult {
// the same payload may return CANCELLED or a NOT_FOUND error.
CANCEL_RESULT_CANCELLED = 1;
// The cancellation request is in progress. The client may retry
// the request.
// the cancellation request.
CANCEL_RESULT_CANCELLING = 2;
// The query is not cancellable. The client should not retry the
// request.
// cancellation request.
CANCEL_RESULT_NOT_CANCELLABLE = 3;
}

Expand Down

0 comments on commit 58f748e

Please sign in to comment.