Fokko commented on code in PR #13445:
URL: https://github.com/apache/iceberg/pull/13445#discussion_r2291649138
##########
core/src/test/java/org/apache/iceberg/data/DataTestBase.java:
##########
@@ -131,6 +131,7 @@ protected boolean
allowsWritingNullValuesForRequiredFields() {
Types.GeographyType.crs84(),
Types.GeographyType.of("srid:4269"),
Types.GeographyType.of("srid:4269", EdgeAlgorithm.KARNEY),
+ Types.UnknownType.get()
Review Comment:
You're right :D I didn't expect it to be at the top 👍
--
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]