nastra commented on code in PR #12768: URL: https://github.com/apache/iceberg/pull/12768#discussion_r2044445636
########## core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java: ########## @@ -538,7 +544,7 @@ public void testNamespaceWithDot() { public void testBasicCreateTable() { C catalog = catalog(); - TableIdentifier ident = TableIdentifier.of("ns", "table"); + TableIdentifier ident = TableIdentifier.of("ns", "tbl"); Review Comment: if we're introducing `TBL` then we should replace the local `ident` with `TBL` here and in all other test methods -- 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