nsivabalan commented on issue #14432:
URL: https://github.com/apache/hudi/issues/14432#issuecomment-4795157517

   This appears to be addressed on `master`. `HoodieMergeHandle` was refactored 
from a concrete class with `handleWrite()` into an interface 
(`hudi-client-common/.../io/HoodieMergeHandle.java`) exposing a single 
`doMerge()` entry point, plus an abstract base `HoodieAbstractMergeHandle`. The 
new `FileGroupReaderBasedMergeHandle` (introduced in #13699 / HUDI-9622, commit 
`dedd4e0b4af4`) offloads base-file reading and incoming-record merging to 
`HoodieFileGroupReader` and only writes the merged output — exactly what this 
issue (originally uber/hudi#374) asked for. Suggest closing as resolved unless 
there's additional refactoring work intended here.


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