bvaradar opened a new issue, #14278: URL: https://github.com/apache/hudi/issues/14278
Mark all old Avro Schema methods as deprecated and begin import statement migration across the codebase. Scope: All packages migrated in Phases 2-12 Changes: Add @Deprecated annotations to all Avro Schema overloads, change import statements from org.apache.avro.Schema to org.apache.hudi.common.schema.HoodieSchema Strategy: Module-by-module import migration, update IDE suggestions to prefer HoodieSchema, add compiler warnings for deprecated usage Constraints: Keep deprecated methods functional during transition, maintain backward compatibility for external integrations Files: All files modified in previous phases, update import statements systematically -- 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]
