zeroshade opened a new pull request, #46194: URL: https://github.com/apache/arrow/pull/46194
### Rationale for this change Updating the documentation in Flight.proto and Flight.rst to extend the semantics of the allowed Flight location URIs. ### What changes are included in this PR? Just documentation changes. Currently, none of the Arrow Flight implementations actually implement handling of the returned URIs beyond possibly parsing them and wrapping in a `Location` structure. It is left to the consumer to implement the logic of whether to re-use the same client or spin up a new client with the new location etc. to perform the `DoGet` request against. As such, there wasn't a need to make any code/library changes to accomodate this as part of this PR. -- 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