KiteSoar opened a new pull request, #17772:
URL: https://github.com/apache/hudi/pull/17772

   ### Describe the issue this Pull Request addresses
   
   This PR addresses the migration of HoodieRecord API from using 
`org.apache.avro.Schema` to 
[org.apache.hudi.common.schema.HoodieSchema](file:///Users/matthew/Desktop/Java%20Project/hudi/hudi-common/src/main/java/org/apache/hudi/common/schema/HoodieSchema.java#L80-L1357)
 for all record-related methods. This change reduces coupling with 
Avro-specific implementations.
   Closes #17689
   
   
   ### Summary and Changelog
   
   Users can now use HoodieSchema consistently across all HoodieRecord methods. 
This provides a unified schema abstraction layer.
   
   
   ### Impact
   
   All HoodieRecord methods that previously accepted `org.apache.avro.Schema` 
now accept `org.apache.hudi.common.schema.HoodieSchema`
   
   
   ### Risk Level
   
   **Medium**
   Low
   
   ### Contributor's checklist
   
   - [x] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Enough context is provided in the sections above
   - [x] Adequate tests were added if applicable
   


-- 
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]

Reply via email to