This is an automated email from the ASF dual-hosted git repository.
kerwin pushed a change to branch 3.2.0-release
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from ab306cedd5 [Fix-14149][master] task finished so not dispatch (#14161)
new b9adaf58e0 [Bug][Worker] Fix sql/shell task doesn't replace parameter
(#14876)
new a1cf67e19c [Bug][Worker] Global and local parameters are not replaced
in SQL components (#14926)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/ISSUE_TEMPLATE/bug-report.yml | 2 +-
.../service/expand/CuringParamsService.java | 2 +-
.../service/expand/CuringParamsServiceImpl.java | 14 ++++++-
.../service/expand/CuringParamsServiceTest.java | 6 ++-
.../plugin/task/api/AbstractTask.java | 10 ++++-
.../plugin/task/shell/ShellTask.java | 2 +-
.../plugin/task/sql/SqlTaskTest.java | 45 ++++++++++++++++++++++
7 files changed, 72 insertions(+), 9 deletions(-)