RussellSpitzer commented on code in PR #12892:
URL: https://github.com/apache/iceberg/pull/12892#discussion_r3052442765
##########
core/src/main/java/org/apache/iceberg/CatalogProperties.java:
##########
@@ -158,6 +158,15 @@ private CatalogProperties() {}
public static final String APP_NAME = "app-name";
public static final String USER = "user";
+ /**
+ * Requests that the catalog provide unique locations for new tables.
+ *
+ * <p>Relevant only for catalogs which support unique table names.
Review Comment:
Although you could probably just drop this line entirely, i'm not sure it
adds anything that isn't clear from the first line.
--
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]