You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/10/18 01:03:23 UTC

[dolphinscheduler] branch dev updated (fccbe5593a -> 3bef85f546)

This is an automated email from the ASF dual-hosted git repository.

kerwin pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


    from fccbe5593a When the workflow definition is copied, the operation user of the timed instance is changed to the current user. (#12400)
     add 3bef85f546 fix datax NPE issue (#12388)

No new revisions were added by this update.

Summary of changes:
 .../plugin/task/datax/DataxTask.java               |  36 +--
 .../plugin/task/datax/DataxTaskTest.java           | 327 +++++++++++++++++++++
 2 files changed, 346 insertions(+), 17 deletions(-)
 create mode 100644 dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/test/java/org/apache/dolphinscheduler/plugin/task/datax/DataxTaskTest.java