cshuo commented on code in PR #18723:
URL: https://github.com/apache/hudi/pull/18723#discussion_r3309051101
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/util/AvroToRowDataConverters.java:
##########
@@ -78,16 +81,27 @@ public interface AvroToRowDataConverter extends
Serializable {
//
-------------------------------------------------------------------------------------
// Runtime Converters
//
-------------------------------------------------------------------------------------
- public static AvroToRowDataConverter createRowConverter(RowType rowType) {
Review Comment:
Addressed. The in-repo usages have been migrated to the HoodieSchema-aware
overload so VECTOR metadata is preserved where needed, but keeping the
RowType-only overload is cheap and avoids breaking existing callers. I'll
restore it as a compatibility/convenience path, with the caveat that it cannot
recover Hoodie-specific logical metadata from RowType alone.
--
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]