emkornfield commented on a change in pull request #9862:
URL: https://github.com/apache/arrow/pull/9862#discussion_r606851617
##########
File path: go/arrow/ipc/ipc.go
##########
@@ -104,6 +108,32 @@ func WithSchema(schema *arrow.Schema) Option {
}
}
+// WithLz4 tells the writer to use LZ4 Frame compression on the data
+// buffers before writing. Requires >= Arrow 1.0.0 to read/decompress
+func WithLZ4() Option {
Review comment:
small style nit: Is there a go standard for LZ4 vs Lz4? (the
documentation and method name are inconsistent here).
--
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]