jackye1995 opened a new issue #2545: URL: https://github.com/apache/iceberg/issues/2545
I recently noticed an increasing number of warnings from errorprone when building Iceberg. Currently Iceberg does not fail the build for these warnings, but I think errorprone provides a lot of valuable insights and we should not just let the warning list grow. The long list of warnings also make it very hard to find the actual errors when debugging locally. We should either fix those warnings, or suppress the warnings if we think they are false alarms. Adding suppression also makes it easier to identify issues when reviewing PRs. I will start to fix those warnings (probably module by module), if anyone is also interested feel free to join the effort. I think we should turn on build failure for errorprone in the future once we are in a good state, but we can discuss that later when we reach there. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
