Aitozi opened a new issue, #6400: URL: https://github.com/apache/paimon/issues/6400
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version ``` @Nullable private var currentRecordReader = readSplit() private var advanced = false private var currentRow: PaimonInternalRow = _ private val ioManager: IOManager = createIOManager() ``` The IOManager is not init when readSplits, so the IOManager is always not work, which may lead to OOM when merge read multiple files. ### Compute Engine spark ### Minimal reproduce step . ### What doesn't meet your expectations? . ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
