pitrou commented on a change in pull request #11591: URL: https://github.com/apache/arrow/pull/11591#discussion_r741887538
########## File path: docs/source/java/ipc.rst ########## @@ -54,6 +54,15 @@ Now, we can begin writing a stream containing some number of these batches. For ArrowStreamWriter writer = new ArrowStreamWriter(root, /*DictionaryProvider=*/null, Channels.newChannel(out)); +Buffer level compression is also supported by passing a codec: +Lz4CompressionCodec / ZstdCompressionCodec: Review comment: Looks like there is a missing sentence here? Are these the supported codecs? Something else? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org