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/01/29 12:09:30 UTC

[GitHub] [incubator-dolphinscheduler] CalvinKirs commented on a change in pull request #4629: [BUG][Alert]fix alert plugin DingTalkSender

CalvinKirs commented on a change in pull request #4629:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/4629#discussion_r566778443



##########
File path: dolphinscheduler-alert-plugin/dolphinscheduler-alert-dingtalk/src/main/java/org/apache/dolphinscheduler/plugin/alert/dingtalk/DingTalkAlertChannelFactory.java
##########
@@ -45,11 +45,6 @@ public String getName() {
                 .setRequired(true)
                 .build())
             .build();
-        InputParam keywordParam = InputParam.newBuilder(DingTalkParamsConstants.NAME_DING_TALK_KEYWORD, DingTalkParamsConstants.DING_TALK_KEYWORD)

Review comment:
       If you delete this field, the message may not be sent out.




----------------------------------------------------------------
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:
users@infra.apache.org