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


##########
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:
   https://github.com/apache/hudi/pull/17526 - I have added it to a separate PR 
where I also include more helpers that are required for the FileGroupReader path



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