KUTEJiang opened a new pull request, #10444: URL: https://github.com/apache/hudi/pull/10444
Hello, This PR fixes 4 violations of Sonarqube Rule java:S2184 : ['Math operands should be cast before assignment'](https://rules.sonarsource.com/java/RSPEC-2184). For more details, please see [MITRE, CWE-190](http://cwe.mitre.org/data/definitions/190) - Integer Overflow or Wraparound [CERT, NUM50-J.](https://wiki.sei.cmu.edu/confluence/x/AjdGBQ)- Convert integers to floating point for floating-point operations [CERT, INT18-C.](https://wiki.sei.cmu.edu/confluence/x/I9cxBQ) - Evaluate integer expressions in a larger size before comparing or assigning to that size The patch was automatically generated using the ViolationFixer tool. -- 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]
