chinmay-bhat commented on code in PR #9380: URL: https://github.com/apache/iceberg/pull/9380#discussion_r1448306351
########## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestPositionDeletesTable.java: ########## @@ -123,15 +126,9 @@ public static Object[][] parameters() { }; } - public TestPositionDeletesTable( - String catalogName, String implementation, Map<String, String> config, FileFormat format) { - super(catalogName, implementation, config); - this.format = format; - } - - @Rule public TemporaryFolder temp = new TemporaryFolder(); + @TempDir private Path temp; Review Comment: updated -- 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