bvaradar opened a new issue, #14266: URL: https://github.com/apache/hudi/issues/14266
Description This sub-issue tracks the implementation of the core HoodieSchema wrapper classes that serve as the foundation for all subsequent schema consolidation work. These classes provide a Hudi-native API while maintaining full binary compatibility with existing Avro Schema usage through delegation patterns. Problem Statement Before schema consolidation can begin, we need wrapper classes that: Provide a clean HoodieSchema API that mirrors Avro Schema functionality. Maintain 100% binary compatibility through delegation to underlying Avro objects Support all existing Avro Schema operations without behavioral changes. Enable gradual migration through method overloading and conversion utilities Include comprehensive utility methods for table schema operations -- 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]
