You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/05/09 05:53:20 UTC

[dolphinscheduler] branch json_split updated (f7b71fb -> 847865f)

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

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


    from f7b71fb  [Feature][JsonSplit] Fix codeStyle for json_split (#5432)
     add 847865f  [Feature][JsonSplit] Fix dao ut (#5433)

No new revisions were added by this update.

Summary of changes:
 .../dao/mapper/TaskInstanceMapper.xml              |  2 +-
 .../dao/entity/TaskInstanceTest.java               | 13 +-------
 .../dao/mapper/ProjectMapperTest.java              |  5 ++-
 .../dao/mapper/TaskInstanceMapperTest.java         |  6 ++--
 .../dao/upgrade/ProcessDefinitionDaoTest.java      | 38 ++++++++--------------
 .../dao/upgrade/UpgradeDaoTest.java                |  9 +----
 .../service/process/ProcessService.java            |  6 ++--
 .../service/process/ProcessServiceTest.java        |  4 ++-
 sql/dolphinscheduler_postgre.sql                   | 24 +++++++-------
 9 files changed, 41 insertions(+), 66 deletions(-)