cshuo opened a new issue, #19362: URL: https://github.com/apache/hudi/issues/19362
The metadata table write path across `hudi-client-common` and `hudi-spark-client` needs additional test coverage, especially for functional writes that exercise the real metadata table rather than mocked writer calls. Scope: - Cover `HoodieBackedTableMetadataWriter`, `HoodieMetadataWriteUtils`, and their Spark/table-version-six implementations. - Exercise real MDT-enabled COW table writes with column stats, partition stats, record index, and secondary index. - Cover upsert and rollback flows, including a table-version-six fixture. - Assert the metadata partitions and records produced. - Cover secondary-index record generation and writer configuration/error paths. Acceptance criteria: - Each targeted writer class reaches at least 90% line coverage in Codecov. - The PR lists before/after per-class coverage. - Functional coverage is based on real MDT writes; mocks are used only for isolated edge paths. -- 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]
