haibingtown commented on code in PR #14099:
URL:
https://github.com/apache/dolphinscheduler/pull/14099#discussion_r1195226226
##########
dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/expand/CuringGlobalParams.java:
##########
@@ -206,6 +206,28 @@ public Map<String, Property>
paramParsingPreparation(@NonNull TaskInstance taskI
return globalParams;
}
+ /**
+ * build all built-in parameters
+ * @param taskInstance
+ * @param timeZone
+ */
+ private Map<String, String> setBuildInParamsMap(@NonNull TaskInstance
taskInstance,
Review Comment:
make sense
--
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]