lyxell opened a new pull request #6004: URL: https://github.com/apache/dolphinscheduler/pull/6004
Fix inefficient iteration Map#keySet, instead iterate using Map#entrySet, this avoids an expensive call to `info.get` on each iteration. ### Brief change log * Fix inefficient iteration of Map#keySet in `SqlParameters.java` ### Verify this pull request No functional changes, test coverage is not affected. --- This patch was generated automatically using [Logifix](https://github.com/lyxell/logifix). -- 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]
