OleksiienkoMykyta commented on code in PR #1844: URL: https://github.com/apache/cassandra-gocql-driver/pull/1844#discussion_r2013809502
########## snappy/snappy-compressor.go: ########## @@ -0,0 +1,28 @@ +package snappy + +import "github.com/golang/snappy" Review Comment: I tried to align it with lz4, but sure, we can keep it just as a `compressor.go`. Fixed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

