SbloodyS commented on code in PR #17945:
URL: 
https://github.com/apache/dolphinscheduler/pull/17945#discussion_r2867203959


##########
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:
   Why adding this?



-- 
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]

Reply via email to