hsupu commented on a change in pull request #3442:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/3442#discussion_r468310683
##########
File path:
dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/master/DependentTaskTest.java
##########
@@ -16,10 +16,18 @@
*/
package org.apache.dolphinscheduler.server.master;
+import java.util.stream.*;
Review comment:
Hi, my checkstyle install failed with:
```
com.puppycrawl.tools.checkstyle.api.CheckstyleException: cannot initialize
module TreeWalker - TreeWalker is not allowed as a parent of LineLength Please
review 'Parent Module' section for this Check in web documentation if Check is
standard.
```
any idea of 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.
For queries about this service, please contact Infrastructure at:
[email protected]