zhongjiajie commented on issue #13615:
URL: 
https://github.com/apache/dolphinscheduler/issues/13615#issuecomment-1545224253

   > 我在 ds 3.1.3 中也遇到了这个问题,我的解决方案是替换 3.1.3 中 
`org.apache.dolphinscheduler.plugin.task.sql.SqlTask#getSqlAndSqlParamsMap` 
的`Map<String, Property> paramsMap = 
taskExecutionContext.getPrepareParamsMap();`代码为 ds 2.0.7-release 版本的同方法的下的
   > 
   > ```
   > // combining local and global parameters
   > Map<String, Property> paramsMap = ParamUtils.convert(taskExecutionContext, 
getParameters());
   > ```
   
   do you want to submit a pr in dev branch to fix it? @batmanneverdie 


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