jbonofre commented on code in PR #11470: URL: https://github.com/apache/iceberg/pull/11470#discussion_r1829042748
########## spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/source/TestDataFrameWrites.java: ########## @@ -88,6 +87,8 @@ public static Collection<String> parameters() { @Parameter private String format; + @TempDir private File location; Review Comment: Good idea to use `@TempDir` here. -- 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