davisusanibar opened a new pull request, #37723:
URL: https://github.com/apache/arrow/pull/37723

   ### Rationale for this change
   
   Closes: https://github.com/apache/arrow/issues/37286
   
   ### What changes are included in this PR?
   
   Initial support for: 
   
   - Use the Checker Framework to enhances Java’s type system to make it more 
powerful and useful. Planning to start with [Nullness 
Checker](https://checkerframework.org/manual/#nullness-checker)
   
   ### Are these changes tested?
   
   These are the activities involved on this PR:
   
   - [x] Configure the Checker Framework
   - [x] Treat checker errors as warnings initially 
   - [ ] Applying Nullness Checker annotation as needed: @NonNull / @Nullable
   - [ ] Check if building timer increases after this checker is added
   - [ ] Fixes for code review
   
   ### Are there any user-facing changes?
   
   Yes


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