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


##########
core/src/main/java/org/apache/iceberg/util/LocationUtil.java:
##########
@@ -33,4 +35,26 @@ public static String stripTrailingSlash(String path) {
     }
     return result;
   }
+
+  /**
+   * Returns a path component derived from the {@code tableIdentifier}, used 
as part of the table
+   * location URI.
+   *
+   * <p>If {@code useUniqueLocation} is {@code true}, the returned component 
will include a random
+   * UUID suffix. Otherwise, the plain table name is returned.
+   *
+   * @param tableIdentifier Iceberg table identifier

Review Comment:
   ```suggestion
      * @param tableIdentifier The table identifier
   ```



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