mqy commented on pull request #9137: URL: https://github.com/apache/arrow/pull/9137#issuecomment-756821780
The error can be found at https://github.com/apache/arrow/blob/master/cpp/src/arrow/util/compression_lz4.cc line 283-285: ``` if (input_len != 0) { return Status::IOError("Lz4 compressed input contains more than one frame"); } ``` Seems that input_len remains non-zero while the decompression completed. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org