[
https://issues.apache.org/jira/browse/HUDI-8170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17892064#comment-17892064
]
Y Ethan Guo commented on HUDI-8170:
-----------------------------------
Another improvement: we should get rid of the call
`readerContext.setRecordMerger(readerContext.getRecordMerger(...))` and only
have `setRecordMerger` for simplicity (see details in
https://github.com/apache/hudi/pull/11943#discussion_r1805660051).
> Add reader state class to remove state from the reader context
> --------------------------------------------------------------
>
> Key: HUDI-8170
> URL: https://issues.apache.org/jira/browse/HUDI-8170
> Project: Apache Hudi
> Issue Type: Improvement
> Components: reader-core
> Reporter: Jonathan Vexler
> Assignee: Jonathan Vexler
> Priority: Critical
> Labels: pull-request-available
> Fix For: 1.1.0
>
>
> Reader context is getting cluttered with state. Create new class to contain
> all that so we can keep the reader context a bit more simple
--
This message was sent by Atlassian Jira
(v8.20.10#820010)