ZanderXu commented on PR #5400: URL: https://github.com/apache/hadoop/pull/5400#issuecomment-1442943465
@simbadzina Master, sorry for the late response. > I think we also need to do the same thing for the block added in getFileInfo() (null guard on stat), WDYT? `stat instanceof HdfsLocatedFileStatus` will return false if the stat is null, so there is no bugs in getFileInfo(). -- 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]
