ZanderXu commented on PR #4155: URL: https://github.com/apache/hadoop/pull/4155#issuecomment-1139220381
Another way to fix this bug like: Line319 ~ Line331 just replaced by following code: ``` long consumedLastBlockLength = Math.min(length - sumBlockLengths, locatedBlocks.get(i).getBlockSize); ``` -- 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]
