huaxingao opened a new pull request, #17952: URL: https://github.com/apache/iceberg/pull/17952
The Spark 4.2 module was branched from v4.1 before two cleanups landed, so its copies still reference code that no longer exists: - #17888 removed Guava Queues from the bundled Guava jar and replaced its usages with JDK equivalents. The two rewrite actions still import it, which fails compileScala. - #17484 added a checkstyle rule forbidding replaceAll for literal replacements and fixed every site, but not the 4.2 copies. Both changes mirror what v3.5, v4.0 and v4.1 already have. Since defaultSparkVersions is 4.2, this breaks a bare ./gradlew build. -- 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]
