kou commented on issue #36155:
URL: https://github.com/apache/arrow/issues/36155#issuecomment-1656381528

   > I think the only problem there is, what if the query hasn't progressed far 
enough yet and there is nothing in the `RetryInfo::info` yet (no endpoints, no 
schema)?
   
   Ah, you're right.
   
   > We could try to handle this by adding a `bytes app_metadata` field to 
`FlightInfo` like we do for other messages. That way the server always has a 
field where it can safely store some metadata to identify the query.
   
   Or can we put `cancel_descriptor` content to 
`RetryInfo::info::flight_descriptor`?
   `FlightInfo::flight_descriptor` must be the same `FlightDescriptor` client 
sent?
   
   (I don't object the `bytes app_metadata` approach.)


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