zeroshade commented on a change in pull request #9862:
URL: https://github.com/apache/arrow/pull/9862#discussion_r606852279



##########
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:
       The standard would be the way the function is named as `LZ4`, i'll fix 
the doc. 




-- 
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


Reply via email to