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


##########
aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java:
##########
@@ -172,7 +177,14 @@ void initialize(
       LockManager lock,
       Map<String, String> catalogProps) {
     this.catalogProperties = catalogProps;
-    initialize(name, path, properties, s3Properties, client, lock);
+    initialize(
+        name,
+        path,
+        properties,
+        s3Properties,
+        client,
+        lock,
+        CatalogProperties.UNIQUE_TABLE_LOCATION_DEFAULT);

Review Comment:
   why would we always want to pass false here? Wouldn't we want to check what 
was set in the properties and only default to false if the property wasn't set?



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to