You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/07/30 11:58:46 UTC

[GitHub] [dolphinscheduler] Technoboy- commented on a change in pull request #5922: [Feature-#5273][server-master] Task node of SWITCH

Technoboy- commented on a change in pull request #5922:
URL: https://github.com/apache/dolphinscheduler/pull/5922#discussion_r679869355



##########
File path: dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/enums/TaskType.java
##########
@@ -51,7 +51,9 @@
     DATAX(10, "DATAX"),
     CONDITIONS(11, "CONDITIONS"),
     SQOOP(12, "SQOOP"),
-    WATERDROP(13, "WATERDROP");
+    WATERDROP(13, "WATERDROP"),
+    SWITCH(14, "SWITCH"),

Review comment:
       Do here really compile with no errors ?




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org