nastra commented on a change in pull request #4333:
URL: https://github.com/apache/iceberg/pull/4333#discussion_r835270152
##########
File path: core/src/test/java/org/apache/iceberg/jdbc/TestJdbcCatalog.java
##########
@@ -82,9 +81,8 @@
private static JdbcCatalog catalog;
private static String warehouseLocation;
- @Rule
- public TemporaryFolder temp = new TemporaryFolder();
- File tableDir = null;
+ @TempDir
+ java.nio.file.Path tableDir;
Review comment:
required as otherwise it would clash with the
`org.apache.hadoop.fs.Path` import
--
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]