kbendick opened a new pull request #3386: URL: https://github.com/apache/iceberg/pull/3386
While working on the cherry-picking for creating the initial release candidate for 1.12.1, while trying to cherry-pick this PR, https://github.com/apache/iceberg/pull/3368, a checkstyle error fails the build. ``` > Task :iceberg-spark:checkstyleTest [ant:checkstyle] [ERROR] /Users/kylebendickson/repos/iceberg-kyle/spark/src/test/java/org/apache/iceberg/spark/source/TestIcebergSpark.java:150:36: Unnecessary parentheses around expression. [UnnecessaryParentheses] ``` For some reason, this doesn't come up during the current build / CI, but I need to apply this hotfix to be able to cherry-pick the above PR as cleanly as possible into the 1.12.x branch (and I have a feeling that this might be hinting at some underlying CI tests that aren't being run entirely, for example the Spark v3.2 tests possibly). cc @rdblue -- 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]
