bvaradar opened a new issue, #14270: URL: https://github.com/apache/hudi/issues/14270
Description This issue migrates Java client core components to use HoodieSchema for record context and reader operations. Packages Migrated org.apache.hudi.common.engine What to Change Update RecordContext to use HoodieSchema for schema operations Migrate HoodieReaderContext to work with HoodieSchema internally Add client-specific utilities to HoodieSchemaUtils What to Avoid Do not modify record serialization that affects on-disk format Do not break existing client API contracts Files to Modify RecordContext.java (~80 lines changed) HoodieReaderContext.java (~100 lines changed) HoodieSchemaUtils.java (+100 lines for client 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]
