tprelle commented on code in PR #6676: URL: https://github.com/apache/iceberg/pull/6676#discussion_r1089001755
########## nessie/src/main/java/org/apache/iceberg/nessie/NessieCatalog.java: ########## @@ -202,7 +202,17 @@ protected TableOperations newTableOps(TableIdentifier tableIdentifier) { protected String defaultWarehouseLocation(TableIdentifier table) { String location; if (table.hasNamespace()) { - location = SLASH.join(warehouseLocation, table.namespace().toString(), table.name()); + String baseLocation; Review Comment: I more use to code in scala so without reaffecting the variable, But i change the code. Thanks for the review -- 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