nastra commented on code in PR #11064: URL: https://github.com/apache/iceberg/pull/11064#discussion_r1855997389
########## core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java: ########## @@ -637,6 +637,30 @@ public void testCompleteCreateTable() { .isEqualTo(UUID.fromString(((BaseTable) table).operations().current().uuid())); } + @Test + public void testDefaultTableProperties() { Review Comment: I would just create a separate PR to fix this for tables, because the scope of this PR is really about adding support for view default properties -- 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