voonhous commented on code in PR #14340:
URL: https://github.com/apache/hudi/pull/14340#discussion_r2599142667
##########
hudi-common/src/test/java/org/apache/hudi/common/schema/TestHoodieSchemaUtils.java:
##########
@@ -534,4 +537,246 @@ public void testGetNestedFieldWithNullableTypes() {
assertEquals("street", result.get().getRight().name());
assertEquals(HoodieSchemaType.STRING,
result.get().getRight().schema().getType());
}
+
Review Comment:
It's delegating to `AvroSchemaUtils`, which is why i skipped adding a test.
Let's address them in a separate PR. Or we could address them in phase 16 when
we are swapping out AvroSchemaUtils.
--
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]