zhongjiajie commented on code in PR #13529:
URL: 
https://github.com/apache/dolphinscheduler/pull/13529#discussion_r1099558534


##########
dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/src/test/java/org/apache/dolphinscheduler/plugin/task/sqoop/EntityTestUtils.java:
##########
@@ -75,6 +77,9 @@ public static void run(List<Class> classList) throws 
IllegalAccessException, Inv
                     for (int i = 0; i < parameterTypes.length; i++) {
                         objects[i] = 
OBJECT_MAP.get(parameterTypes[i].getName());
                     }
+                    if (ObjectUtils.allNull(objects)) {

Review Comment:
   why we add this code?



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