danny0405 commented on PR #13670: URL: https://github.com/apache/hudi/pull/13670#issuecomment-3149029344
@nsivabalan Another thing that can improve here is: if we change the inputs type to `Iterator<HoodieRecord>` instead of `List<Pair<String, BufferedRecord>>` , we can wrap the inputs deduplication into this new record buffer, which is super convenient for all the engines (engines do not need to cate about this for COW write path) We can take it in a separate PR though. -- 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]
