samueleresca commented on code in PR #1331:
URL: https://github.com/apache/arrow-go/pull/1331#discussion_r4066169254


##########
arrow/ipc/compression.go:
##########
@@ -81,29 +84,63 @@ func getCompressor(codec flatbuf.CompressionType) 
compressor {
 }
 
 type decompressor interface {
-       io.Reader
-       Reset(io.Reader)
+       Decompress(dst, src []byte) error
        Close()
 }

Review Comment:
   Fixed in: 
https://github.com/apache/arrow-go/pull/1331/commits/0a1e5a5edf01557253078b7d339bbd9051ccaccf



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to