voonhous commented on code in PR #18036:
URL: https://github.com/apache/hudi/pull/18036#discussion_r2938600574
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/util/HoodieSchemaConverter.java:
##########
@@ -411,6 +411,8 @@ public static DataType convertToDataType(HoodieSchema
hoodieSchema) {
return convertRecord(hoodieSchema);
case UNION:
return convertUnion(hoodieSchema);
+ case VARIANT:
Review Comment:
I don't think we need to handle shredding here.
This is the Flink converter, and variant shredding is a Spark 4.0-specific
feature, Flink doesn't have VariantType or the shredding utilities IIUC.
--
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]