kbendick commented on code in PR #5118:
URL: https://github.com/apache/iceberg/pull/5118#discussion_r908617183


##########
core/src/main/java/org/apache/iceberg/rest/CatalogHandlers.java:
##########
@@ -170,16 +171,20 @@ public static LoadTableResponse stageTableCreate(Catalog 
catalog, Namespace name
     properties.putAll(request.properties());
 
     String location;
+    String metadataLocation;
     if (request.location() != null) {
       location = request.location();
+      metadataLocation = location + "/metadata";

Review Comment:
   Is there a particular constant you’d like me to use or to skip adding 
metadata location for this section where only `location` is known?



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