You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/09/09 14:43:57 UTC

[GitHub] [orc] guiyanakuang edited a comment on pull request #904: ORC-984: Save the software version that wrote each ORC file.

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: dev-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org