Hello, Using Arrow 3.0.0 I tried to compress a stream with LZ4 and got this error message:
NotImplemented: Streaming compression unsupported with LZ4 raw format. Try using LZ4 frame format instead. Is it because LZ4 raw was not enabled when the .so was compiled or actually not implemented? Is LZ4 frame the recommended format for compressing stream/IPC buffers? Thank you! Rares