voonhous commented on code in PR #17845:
URL: https://github.com/apache/hudi/pull/17845#discussion_r2688763373
##########
hudi-common/src/test/java/org/apache/hudi/common/schema/TestHoodieSchemaUtils.java:
##########
@@ -1759,4 +1759,19 @@ void testResolveUnionSchemaWithPrimitiveTypes() {
HoodieSchema result = HoodieSchemaUtils.resolveUnionSchema(nullableString,
"string");
assertEquals(HoodieSchemaType.STRING, result.getType());
}
+
+ @Test
+ void testLogicalTypesRetainedAfterPrune() {
Review Comment:
Done, added nested fields and also fields that have logicalTypes like
timestampMicros + uuid in a separate test.
--
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]