rdblue commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r2008322758
##########
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##########
@@ -536,6 +538,45 @@ public void testBasicCreateTable() {
assertThat(table.properties()).as("Should have table
properties").isNotNull();
}
+ @Test
+ public void testCreateGeospatialTable() {
Review Comment:
I think I commented elsewhere, but this is not a good place for an
end-to-end test creating a table with a geospatial column. These tests assert
the behavior of catalogs.
--
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]