shardulm94 opened a new pull request #1076: URL: https://github.com/apache/iceberg/pull/1076
#1068 introduced a `bundled-guava` module which relocated Guava classes and changed existing imports to use these relocated classes. Unfortunately, new PRs can continue to use these classes resulting in `ClassNotFoundError`s at runtime when using `iceberg-spark-runtime`. e.g. `java.lang.NoClassDefFoundError: org/apache/iceberg/shaded/com/google/common/base/Preconditions` This PR adds a checkstyle rule to ban use of unrelocated guava classes and also changes violating imports ---------------------------------------------------------------- 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]
