bvaradar opened a new issue, #14269: URL: https://github.com/apache/hudi/issues/14269
Description This issue migrates internal schema conversion utilities to work with HoodieSchema while maintaining compatibility with existing internal schema system. Packages Migrated org.apache.hudi.internal.schema.convert What to Change Update AvroInternalSchemaConverter to accept HoodieSchema parameters Add internal schema conversion utilities to HoodieSchemaUtils Maintain bidirectional conversion between HoodieSchema and internal schema What to Avoid Do not modify existing internal schema format or serialization Do not break existing internal schema evolution functionality Files to Modify AvroInternalSchemaConverter.java (~150 lines changed) HoodieSchemaUtils.java (+140 lines for conversion utilities) -- 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]
