nastra commented on code in PR #12768:
URL: https://github.com/apache/iceberg/pull/12768#discussion_r2039119711


##########
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##########
@@ -85,8 +85,9 @@
 import org.junit.jupiter.params.provider.ValueSource;
 
 public abstract class CatalogTests<C extends Catalog & SupportsNamespaces> {
+  private static final String DEFAULT_TABLE_LOCATION = "file:/tmp";

Review Comment:
   ```suggestion
     private static final String BASE_TABLE_LOCATION = "file:/tmp";
   ```



-- 
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]

Reply via email to