rdblue commented on code in PR #12346:
URL: https://github.com/apache/iceberg/pull/12346#discussion_r1994443261
##########
api/src/test/java/org/apache/iceberg/types/TestTypes.java:
##########
@@ -90,5 +90,42 @@ public void testNestedFieldBuilderIdCheck() {
assertThatExceptionOfType(NullPointerException.class)
.isThrownBy(() ->
required("field").ofType(Types.StringType.get()).build())
.withMessage("Id cannot be null");
+
+
assertThat(Types.fromPrimitiveString("geometry")).isEqualTo(Types.GeometryType.get());
Review Comment:
In this suite, these cases would be added to `fromPrimitiveString` and
`fromTypeName`.
--
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]