YannByron commented on PR #6476: URL: https://github.com/apache/hudi/pull/6476#issuecomment-1237203084
@prasannarajaperumal Thank you for reviewing this pr. maybe I prefer to one single pr. i think these changes are easy to judgement which related to write or read. and one pr is better to run the whole process tests. > I am not too convinced about moving the log writer code into HoodieMergeHandle, I am still thinking what an alternative here would be. One key reason that put the log writer code in `HoodieMergeHandler` is that: persisting CDC data need to get the old value and the current value, these values can be get directly in `HoodieMergeHandler` without any other overhead. -- 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]
