guiyanakuang edited a comment on pull request #904:
URL: https://github.com/apache/orc/pull/904#issuecomment-916067095


   > BTW, according to GitHub Action jobs, all Java11+ seems to complain for 
some reasons.
   
   This should be a bug in findbugs. Java 11 compiles try-with-resources to 
generate bytecode differently than java8. Findbugs analyze bytecode matche 
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE.
   https://github.com/spotbugs/spotbugs/issues/259
   


-- 
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]


Reply via email to