SaadASTheDev opened a new pull request, #8551:
URL: https://github.com/apache/hbase/pull/8551

   …ression
   
   Add ByteBuffDecompressionCodec support to SnappyCodec, mirroring the 
existing GzipByteBuffDecompressor pattern. SnappyByteBuffDecompressor 
decompresses directly between SingleByteBuffs without intermediate heap copies: 
direct-to-direct via Xerial's ByteBuffer API and heap-to-heap via the byte 
array API. Mixed direct/heap pairs fall through to the existing streaming path. 
A config flag (hbase.io.compress.snappy.allowByteBuffDecompression, default 
true) allows opting out per-table via SnappyHFileDecompressionContext.


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