LuciferYang opened a new pull request, #7066: URL: https://github.com/apache/paimon/pull/7066
### Purpose From an intent perspective, the `PaimonRecordReaderIterator#close` method is supposed to assign `null` to `currentResult` when `currentIterator != null`. However, it was mistakenly written as `currentResult == null`. This pr corrects this issue. ### Tests Existing tests ### API and Format No ### Documentation No -- 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]
