chinmay-bhat commented on PR #9382: URL: https://github.com/apache/iceberg/pull/9382#issuecomment-1883659384
Tests failing. Multiple errors with same reason. Ex: ``` /home/runner/work/iceberg/iceberg/spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/source/TestSparkReaderDeletes.java:245: error: cannot find symbol Files.localOutput(temp.newFile()), ^ symbol: method newFile() ``` As all the errors are old versions of Spark complaining about `@TempDir`, we should probably continue using `TemporaryFolder` rule from JUnit4 with the `EnableRuleMigrationSupport` annotation. See https://www.arhohuttunen.com/junit-5-migration/#temporary-folder -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org