nastra commented on code in PR #10131:
URL: https://github.com/apache/iceberg/pull/10131#discussion_r1562748933
##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/CatalogTestBase.java:
##########
@@ -48,6 +46,4 @@ protected static Object[][] parameters() {
}
};
}
-
- @TempDir protected Path temp;
Review Comment:
there's already a `temp` variable available in the super class
(`TestBaseWithCatalog`), so we don't need to have 2 different ones
--
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]