JohnZp commented on PR #12376:
URL: 
https://github.com/apache/dolphinscheduler/pull/12376#issuecomment-1314679620

   I find that there is a problem, at least NNP will be generated in the 
process . I suggest this change:
   ```java
           Map<String, String> result = new HashMap<>();
           switch (commandType) {
               case COMPLEMENT_DATA:
                   if (runTime != null) {
                       businessDate = DateUtils.addDays(runTime, -1);
                       break;
                   } else {
                       return result;
                   }
   ```


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