xushiyan opened a new pull request, #612:
URL: https://github.com/apache/hudi-rs/pull/612

   Closes #611
   
   Summary:
   - Introduce a RecordMerger trait and rename the existing concrete merger to 
RecordBatchMerger.
   - Add hoodie.read.record.merger.impl, a default record_batch factory path, 
and route file-slice merging through Arc<dyn RecordMerger>.
   - Add trait-level conformance coverage for empty input, append-only, 
overwrite-with-latest, deletes, mixed updates/deletes, and null ordering values.
   
   Validation:
   - make format-rust check-rust
   - cargo test -p hudi-core --no-fail-fast merge::
   - make test-rust


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