Radeity opened a new pull request, #14307: URL: https://github.com/apache/dolphinscheduler/pull/14307
<!--Thanks very much for contributing to Apache DolphinScheduler, we are happy that you want to help us improve DolphinScheduler! --> ## Purpose of the pull request - If user set value abc, abcd, value list of nodeSelectorRequirements will be parsed to `[”abc”, “ abcd”]`, expect value list may be `[”abc”, “abcd”]`. - Related PR: https://github.com/apache/dolphinscheduler/pull/14126 <!--(For example: This pull request adds checkstyle plugin).--> ## Brief change log - Trim value with regex `\\s*,\\s*"`. <!--*(for example:)* - *Add maven-checkstyle-plugin to root pom.xml* --> ## Verify this pull request - Add UT. -- 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]
