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 12:57:32 UTC

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

guiyanakuang commented 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 is considered RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE from bytecode analysis. 
   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