the-other-tim-brown commented on code in PR #14340:
URL: https://github.com/apache/hudi/pull/14340#discussion_r2599172853


##########
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:
   I copied over the existing tests for the other Util methods so we would not 
miss it during cleanup. 



-- 
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]

Reply via email to