JkSelf commented on pull request #9334: URL: https://github.com/apache/arrow/pull/9334#issuecomment-770719454
@emkornfield Thanks for you reviewing. We compressed the body buffers in native by calling c++ buffer comoression API and then read the RecordBatch with the compressed buffers using Java's IPC API based on the 0.17 version. And we block [this issue](https://issues.apache.org/jira/browse/ARROW-8803). So we resolved with this patch. It seems the compress and decompress framework already done in [ARROW-9010](https://issues.apache.org/jira/browse/ARROW-9010). So this PR may be not needed. ---------------------------------------------------------------- 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: [email protected]
