EricGao888 commented on code in PR #11670: URL: https://github.com/apache/dolphinscheduler/pull/11670#discussion_r974859484
########## dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/DataSource.java: ########## @@ -17,6 +17,7 @@ package org.apache.dolphinscheduler.dao.entity; +import com.baomidou.mybatisplus.annotation.*; Review Comment: @SbloodyS That's pretty wired. We have a step in Spotless to check and block wildcard imports. Usually CI would detect it and block this PR. The reason why it didn't block it may be our current setting for `ratchet`. https://github.com/apache/dolphinscheduler/blob/e1b55db72ad14ac8372c495a6b1398d686f02365/pom.xml#L660-L664 For details, see: #11412 -- 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]
