hudi-bot opened a new issue, #16695: URL: https://github.com/apache/hudi/issues/16695
[https://github.com/apache/hudi/pull/11943#discussion_r1805545250] The HoodieReaderContext has the following API which takes `Option<HoodieRecordMerger>`. By design, the merge implementation class should always be non-empty. So we need to see if changing the argument type to `HoodieRecordMerger` incurs any error. {code:java} public void setRecordMerger(Option<HoodieRecordMerger> recordMerger) { this.recordMerger = recordMerger; }{code} ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8417 - Type: Improvement - Fix version(s): - 1.1.0 -- 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]
