dramaticlly commented on code in PR #8870: URL: https://github.com/apache/iceberg/pull/8870#discussion_r1364512879
########## aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java: ########## @@ -281,6 +281,7 @@ protected String defaultWarehouseLocation(TableIdentifier tableIdentifier) { .build()); String dbLocationUri = response.database().locationUri(); if (dbLocationUri != null) { + dbLocationUri = LocationUtil.stripTrailingSlash(dbLocationUri); Review Comment: looks like same response was used in method `loadNamespaceMetadata` (Line 518) as well, do we need to stripTrail there as well? -- 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