nastra commented on code in PR #6777: URL: https://github.com/apache/iceberg/pull/6777#discussion_r1101061561
########## core/src/test/java/org/apache/iceberg/TestTableMetadata.java: ########## @@ -1562,6 +1563,19 @@ public void testNoReservedPropertyForTableMetadataCreation() { 1)); } + @Test + public void testNoTrailingLocationSlash() { + String locationWithSlash = "/with_trailing_slash/"; + String locationWithoutSlash = "/with_trailing_slash"; Review Comment: nit: `/with_trailing_slash` -> `/without_trailing_slash` -- 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