Radeity commented on PR #12930: URL: https://github.com/apache/dolphinscheduler/pull/12930#issuecomment-1345869290
> LGTM, in fact, it's better to fix this in > Hi, @ruanwenjun, thanks for the feedback. Actually, the original issue find this error in version 3.1.x, which does'n contain this line. ```java Map<String, Property> varPoolsMap = varPools.stream().collect(Collectors.toMap(Property::getProp, x -> x)); ``` Because of the lack of detailed log, i just debug in dev and find the same error. Then, i change the code which may be the real reason. -- 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]
