bvaradar opened a new issue, #14279: URL: https://github.com/apache/hudi/issues/14279
Replace all method calls from deprecated Avro Schema methods to new HoodieSchema equivalents in core packages. Scope: hudi-common, hudi-io packages Changes: Replace Schema.parse() with HoodieSchema.parse(), Schema.createRecord() with HoodieSchema.createRecord(), all schema operations to HoodieSchema equivalents Strategy: Automated refactoring where possible, manual verification of complex cases, comprehensive testing after each module Constraints: Maintain identical behavior, validate all test suites pass, keep serialization boundaries unchanged Files: All hudi-common and hudi-io classes using 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]
