shaolei7788 commented on code in PR #17945:
URL:
https://github.com/apache/dolphinscheduler/pull/17945#discussion_r2894548591
##########
dolphinscheduler-task-plugin/dolphinscheduler-task-dinky/src/main/java/org/apache/dolphinscheduler/plugin/task/dinky/DinkyTask.java:
##########
@@ -466,7 +465,7 @@ private String sendJsonStr(String url, String params) {
} catch (Exception he) {
log.error("dinky task terminated: ", he);
}
- return result;
+ return result;// todo
Review Comment:
Oh,I am sorry, I forget to delete it . I delete it right now.
--
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]