JinyLeeChina commented on a change in pull request #5334:
URL: https://github.com/apache/dolphinscheduler/pull/5334#discussion_r633441030
##########
File path:
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/TaskParametersUtils.java
##########
@@ -88,6 +89,8 @@ public static AbstractParameters getParameters(String
taskType, String parameter
return JSONUtils.parseObject(parameter,
ConditionsParameters.class);
case SQOOP:
return JSONUtils.parseObject(parameter, SqoopParameters.class);
+ case SWITCH:
+ return JSONUtils.parseObject(parameter,
SwitchParameters.class);
Review comment:
Please use new code of dev
--
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]