kou commented on code in PR #36946: URL: https://github.com/apache/arrow/pull/36946#discussion_r1287708664
########## format/Flight.proto: ########## @@ -343,6 +368,43 @@ message FlightInfo { bool ordered = 6; } +/* + * The information to process a long-running query. + */ +message RetryInfo { Review Comment: Thanks. It's a good point. `RetryInfo` means info to retry polling but I can understand what you thought. @lidavidm What do you think about this? My suggestion is `PollInfo` to align `PollFlightInfo()`. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org