HuangZhenQiu opened a new issue, #18192: URL: https://github.com/apache/hudi/issues/18192
### Task Description **What needs to be done:** In FLIP-27 source, SplitReader#fetch() returns a batch of records. Since DataIterator for RowData returns an iterator of reused RowData objects, RecordFactory is needed to (1) create object array that is recyclable via pool. (2) clone RowData element from DataIterator to the batch array. **Why this task is needed:** Without the feature, there will data inconsistency issue. ### Task Type Code improvement/refactoring ### Related Issues **Parent feature issue:** (if applicable ) **Related issues:** NOTE: Use `Relationships` button to add parent/blocking issues after issue is created. -- 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]
