tsuna/gohbase

Add GzipCodec support

Closed this issue · 1 comments

How can I add GzipCodec support?

@tsuna Am I right that if data in HBase compressed with GZ than if client (gohbase) will request data with Gzip codec the data from HBase not decompresses and compressed again in order to transfer compressed cell blocks directly to the client?