the-other-tim-brown commented on code in PR #14314:
URL: https://github.com/apache/hudi/pull/14314#discussion_r2550143916
##########
hudi-common/src/main/java/org/apache/hudi/common/schema/HoodieSchema.java:
##########
@@ -361,19 +361,6 @@ public static HoodieSchema
removeMetadataFields(HoodieSchema schema) {
return HoodieSchema.fromAvroSchema(resultAvro);
}
- /**
- * Creates a nullable union (null + specified type).
- *
- * @param type the non-null type
- * @return new HoodieSchema representing a nullable union
- */
- public static HoodieSchema createNullableSchema(HoodieSchema type) {
Review Comment:
There is another method `createNullable` that covers similar functionality
so I am deduping
--
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]