This example demonstrates two different results for Arrow IPC streams with compressed body buffers:
- Arrow JS 21.2.0 can read a compressed IPC stream written by PyArrow.
- PyArrow cannot read a compressed IPC stream written by Arrow JS 21.2.0.
The same behavior occurs with both allowed codecs (ZSTD and LZ4 Frame). The example below uses ZSTD.