dbtsai commented on pull request #2297: URL: https://github.com/apache/hadoop/pull/2297#issuecomment-690956278
The only test failure in ``` TestSnappyCompressorDecompressor.testSnappyDirectBlockCompression ``` , I guess it's because in `SnappyDirectBlockCompression`, the compressedByteBuffer is in read mode already, so we don't need to change it to read mode in the `decompressBytesDirect()`. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
