ianmcook opened a new issue, #40596: URL: https://github.com/apache/arrow/issues/40596
### Describe the enhancement requested Contribute Python client and server examples to the [indirect HTTP GET examples in the `arrow-experiments` repo](https://github.com/apache/arrow-experiments/tree/main/http/get_indirect). This should demonstrate how to use a two-step sequence to retrieve Arrow data: 1. The client sends a GET request to a server and receives a JSON response from the server containing one or more server URIs. 2. The client sends GET requests to each of those URIs and receives a response from each server containing an Arrow IPC stream of record batches (exactly as in the [simple GET examples](https://github.com/apache/arrow-experiments/tree/main/http/get_simple)). ### Component(s) Python -- 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]
