nastra commented on code in PR #7861:
URL: https://github.com/apache/iceberg/pull/7861#discussion_r1238051299
##########
core/src/test/java/org/apache/iceberg/hadoop/HadoopTableTestBase.java:
##########
@@ -113,17 +113,17 @@ public class HadoopTableTestBase {
.withRecordCount(2) // needs at least one record or else metrics
will filter it out
.build();
- @Rule public TemporaryFolder temp = new TemporaryFolder();
+ @TempDir Path temp;
Review Comment:
```suggestion
@TempDir File tableDir;
```
and then we can remove all `this.tableDir = temp.toFile()` calls
--
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]