danielcweeks commented on code in PR #12892:
URL: https://github.com/apache/iceberg/pull/12892#discussion_r2687445723


##########
core/src/main/java/org/apache/iceberg/CatalogProperties.java:
##########
@@ -155,9 +155,17 @@ private CatalogProperties() {}
   public static final String LOCK_TABLE = "lock.table";
 
   public static final String APP_ID = "app-id";
-  public static final String APP_NAME = "app-name";
   public static final String USER = "user";
 
+  /**
+   * Controls whether the catalog should provide a unique location for new 
tables.
+   *
+   * <p>Relevant only for catalogs which support rename operation.

Review Comment:
   I think we need to be more clear that this is a hint/request to the catalog, 
but implementations (e.g. REST catalogs) are in control of paths they produce.
   
   ```suggestion
     /**
      * Requests that the catalog provide unique locations for new tables.
      *
      * <p>Relevant only for catalogs which support unique table names.
   ```



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