talatuyarer commented on code in PR #12768: URL: https://github.com/apache/iceberg/pull/12768#discussion_r2044568223
########## core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java: ########## @@ -908,7 +914,7 @@ public void testLoadTable() { ImmutableMap.of("user", "someone", "created-at", "2022-02-25T00:38:19"); catalog .buildTable(ident, SCHEMA) - .withLocation("file:/tmp/ns/table") + .withLocation(baseTableLocation(TBL)) Review Comment: Sam here. Now they all using TBL ########## core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java: ########## @@ -908,7 +914,7 @@ public void testLoadTable() { ImmutableMap.of("user", "someone", "created-at", "2022-02-25T00:38:19"); catalog .buildTable(ident, SCHEMA) - .withLocation("file:/tmp/ns/table") + .withLocation(baseTableLocation(TBL)) Review Comment: Same here. Now they all using TBL -- 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