You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by GitBox <gi...@apache.org> on 2021/11/23 02:26:15 UTC

[GitHub] [incubator-linkis] zhaoyun006 opened a new pull request #1106: VarSubstitutionInterceptor get code type bug fix

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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org


[GitHub] [incubator-linkis] peacewong merged pull request #1106: VarSubstitutionInterceptor get code type bug fix

Posted by GitBox <gi...@apache.org>.
peacewong merged pull request #1106:
URL: https://github.com/apache/incubator-linkis/pull/1106


   


-- 
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: dev-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@linkis.apache.org
For additional commands, e-mail: dev-help@linkis.apache.org