[
https://issues.apache.org/jira/browse/HUDI-8170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17892055#comment-17892055
]
Y Ethan Guo commented on HUDI-8170:
-----------------------------------
In HUDI-8203 (https://github.com/apache/hudi/pull/11943), record merger is made
`Option<HoodieRecordMerger>` (see
https://github.com/apache/hudi/pull/11943#discussion_r1805544464). We should
make it final so that there is no chance of hitting NPE or merge implementation
class not set.
> 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)