nastra commented on code in PR #12768:
URL: https://github.com/apache/iceberg/pull/12768#discussion_r2044436773
##########
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##########
@@ -884,7 +890,7 @@ public void testCreateTableWithDefaultColumnValue() {
catalog
.buildTable(ident, schemaWithDefault)
- .withLocation("file:/tmp/ns/table")
+ .withLocation(baseTableLocation(TBL))
Review Comment:
```suggestion
.withLocation(baseTableLocation(ident))
```
this one should be referring to the identifier local to the test
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]