DarkAssassinator commented on code in PR #13296:
URL:
https://github.com/apache/dolphinscheduler/pull/13296#discussion_r1059761795
##########
dolphinscheduler-task-plugin/dolphinscheduler-task-sql/src/main/java/org/apache/dolphinscheduler/plugin/task/sql/SqlTask.java:
##########
@@ -481,6 +481,10 @@ private SqlBinds getSqlAndSqlParamsMap(String sql) {
// combining local and global parameters
Map<String, Property> paramsMap =
taskExecutionContext.getPrepareParamsMap();
+ // new
Review Comment:
may need remove this one
--
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]