ianmcook opened a new issue, #40600: URL: https://github.com/apache/arrow/issues/40600
### Describe the enhancement requested Create simple Python-based HTTP client and server examples like the ones in [`arrow-experiments/http/get_simple/python` ](https://github.com/apache/arrow-experiments/tree/main/http/get_simple/python) but using IPC buffer compression (lz4 or zstd). On the server side, I believe this can be done by passing [`pa.ipc.IpcWriteOptions(compression=...)`](https://arrow.apache.org/docs/python/generated/pyarrow.ipc.IpcWriteOptions.html) as the `options` argument to [`pa.ipc.new_stream()`](https://arrow.apache.org/docs/python/generated/pyarrow.ipc.new_stream.html). Also see [`pa.Codec`](https://arrow.apache.org/docs/python/generated/pyarrow.Codec.html) ### 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]
