bvaradar opened a new issue, #14268: URL: https://github.com/apache/hudi/issues/14268
Description This issue migrates file I/O operations from Avro Schema to HoodieSchema for in-memory schema handling while maintaining Avro serialization for file storage. Packages Migrated org.apache.hudi.io.storage What to Change Migrate HoodieAvroFileReader schema operations to use HoodieSchema internally Update HoodieAvroFileWriter schema validation to work with HoodieSchema Add file I/O utilities to HoodieSchemaUtils Convert public APIs to accept HoodieSchema parameters What to Avoid Do not change on-disk file formats (Parquet, Avro files must remain unchanged) Do not modify Avro record serialization/deserialization in files Do not alter existing file format specifications Files to Modify HoodieAvroFileReader.java (~80 lines changed) HoodieAvroFileWriter.java (~60 lines changed) HoodieFileReader.java (~40 lines changed) HoodieSchemaUtils.java (+70 lines for I/O 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]
