acelyc111 opened a new pull request #3691: URL: https://github.com/apache/incubator-doris/pull/3691
This is a simple refactor patch on class Reader without any functional changes. Main refactor points: - Remove some useless return value - Move some class member variables to function's local scope variables - Use range loop - Use empty() instead of size() for some STL containers size judgement - Use in-class initialization instead of initialize in constructor function - Some other small refactor ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
