abmo-x commented on code in PR #9619: URL: https://github.com/apache/iceberg/pull/9619#discussion_r1478622304
########## core/src/test/java/org/apache/iceberg/util/TestLocationUtil.java: ########## @@ -46,6 +46,21 @@ public void testStripTrailingSlash() { assertThat(LocationUtil.stripTrailingSlash(pathWithOnlySlash)) .as("Should have no trailing slashes") .isEmpty(); + + String rootPath = "blobstore://"; Review Comment: Done -- 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