gortiz opened a new pull request, #13741:
URL: https://github.com/apache/pinot/pull/13741

   This PR is an attempt to add error-prone static checker to be able to detect 
issues in the code.
   
   This is not ready to merge given in only fixed some of the errors detected 
(36 files so far). I just fixed the more problematic errors. Several more 
warnings (including null handling) were reported.
   
   Some errors are clearly problematic in production, including some infinite 
recursions while other are just informative (ie there are ton of cases where we 
call Preconditions with {} instead of %s, which means the message will not 
contain the argument).


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to