runzhiwang edited a comment on pull request #1034: URL: https://github.com/apache/hadoop-ozone/pull/1034#issuecomment-642476841
@elek @bharatviswa504 I think the reason is there are code1 and code2 both use `java.util.stream.Collectors`, PR1 remove code1, PR2 remove code2. When submit PR1, PR2 has not been merged, and code2 still exist in master and use `java.util.stream.Collectors`, so PR1 pass CI. Then PR2 was merged before PR1, both code1 and code2 were removed, but PR1 does not triggger CI again, if trigger, CI will fail, because both code1 and code2 were removed, there are no code use `java.util.stream.Collectors`. So when merge PR1, CI fail. Sorry for that. ---------------------------------------------------------------- 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]
