lichaojacobs commented on PR #4163: URL: https://github.com/apache/hadoop/pull/4163#issuecomment-1096380601
There is a bug when we use ZStandardCompressor which wrapped by `BlockCompressorStream`. The reason is the `bytesRead` in ZStandardCompressor implement is always zero, which should be set to bytes length when call `setInput`.  Thus It will also makes the `rawWriteInt` always write zero  -- 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]
