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

[dolphinscheduler] branch dev updated (2e81f30298 -> 818648df7d)

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

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


    from 2e81f30298 [Fix] Parameter values disappear when editing Zeppelin task (#11115)
     add 818648df7d [Bug-11071] fix local params (#11184)

No new revisions were added by this update.

Summary of changes:
 .../task/api/parameters/AbstractParameters.java    |  6 ++-
 .../api/parameters/AbstractParametersTest.java     | 54 ++++++++++++++++++++++
 2 files changed, 58 insertions(+), 2 deletions(-)
 create mode 100644 dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/test/java/org/apache/dolphinscheduler/plugin/task/api/parameters/AbstractParametersTest.java