cshuo opened a new issue, #19401:
URL: https://github.com/apache/hudi/issues/19401

   ### Problem
   
   Several Flink table-format and source-reader read paths have limited 
unit-test coverage, especially around partition path handling, CDC iteration, 
schema reconciliation, and COW split planning.
   
   ### Scope
   
   Add focused unit coverage for:
   
   - partition path parsing, construction, and validation
   - CDC image management and CDC log iteration
   - read-time schema reconciliation and Parquet configuration
   - COW input split planning and partition pruning
   - record iterator lifecycle and row projection
   
   ### Acceptance criteria
   
   - Add small, deterministic unit tests for the targeted read paths
   - Verify the targeted Flink tests pass
   - Run the tests with JaCoCo enabled to confirm the exercised lines are 
reported
   


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