usberkeley opened a new pull request, #11308: URL: https://github.com/apache/hudi/pull/11308
### Change Logs AbstractHoodieLogRecordReader#processNextRecord access modifier is wrong and should be changed from public to protected. reason: processNextRecord is used to process HoodieRecord inside the class. Derived classes implement this abstract member method. The access modifier should not be public. For example, the derived class HoodieMergedLogRecordScanner implements processNextRecord, which is used to merge HoodieRecord. ### Impact none ### Risk level (write none, low medium or high below) none ### Documentation Update none ### Contributor's checklist - [1] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [1] Change Logs and Impact were stated clearly - [1] Adequate tests were added if applicable - [1] CI passed -- 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]
