zhaoyun006 opened a new pull request #1106: URL: https://github.com/apache/incubator-linkis/pull/1106
### What is the purpose of the change - val engineType = LabelUtil.getEngineType(jobRequest.getLabels) - val (result, code) = CustomVariableUtils.replaceCustomVar(jobRequest, engineType) val codeType = LabelUtil.getCodeType(jobRequest.getLabels) val (result, code) = CustomVariableUtils.replaceCustomVar(jobRequest, codeType) CustomVariableUtils.replaceCustomVar(jobRequest, codeType) 替换变量时,没有拿到code类型,拿到的是引擎类型,造成逻辑永远不成功 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
