kou commented on code in PR #36009:
URL: https://github.com/apache/arrow/pull/36009#discussion_r1240372188


##########
format/Flight.proto:
##########
@@ -183,6 +183,15 @@ message Action {
   bytes body = 2;
 }
 
+/*
+ * The request of the RenewFlightEndpoint action.
+ *
+ * The request should be stored in Action.body.
+ */
+message RenewFlightEndpointRequest {

Review Comment:
   Ah, sorry. I'm still changing now. I'll add `CancelFlightInfoRequest` later.
   
   But I didn't have a plan to add `RenewFlightEndpointResult`. Should we add 
it?
   
   NOTE: The ML message: 
https://lists.apache.org/thread/ofw6bydhyhcqqn3t8013gx0k6fbw8lvv
   
   > * Remove CloseFlightInfo (if nobody objects it)
   > * RefreshFlightEndpoint ->
   >    RenewFlightEndpoint
   > * RenewFlightEndpoint(FlightEndpoint) ->
   >   RenewFlightEndpoint(RenewFlightEndpointRequest)
   > * CancelFlightInfo(FlightInfo) ->
   >   CancelFlightInfo(CancelFlightInfoRequest)
   
   
   



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