SbloodyS commented on a change in pull request #8496:
URL: https://github.com/apache/dolphinscheduler/pull/8496#discussion_r812592760



##########
File path: 
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java
##########
@@ -608,15 +611,19 @@ private int createCommand(CommandType commandType, long 
processDefineCode,
 
     /**
      * create complement command
-     * close left open right
+     * close left and close right
      *
      * @param start
      * @param end
      * @param runMode
      * @return
      */
-    private int createComplementCommandList(Date start, Date end, RunMode 
runMode, Command command, Integer expectedParallelismNumber) {
+    @SuppressWarnings("checkstyle:OperatorWrap")

Review comment:
       I'll remove it.




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