You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linkis-computation-governance/linkis-computation-governance-common/src/main/scala/org/apache/linkis/governance/common/protocol/task/ResponseTaskExecute.scala
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,14 @@ case class ResponseTaskStatus(execId: String, status: ExecutionNodeStatus)
52
52
classResponseTaskStatusWithExecuteCodeIndex(
53
53
execId: String,
54
54
status: ExecutionNodeStatus,
55
-
privatevar_errorIndex:Int=-1
55
+
privatevar_errorIndex:Int=-1,
56
+
privatevar_aliasNum:Int=0// 新增:aliasNum字段
56
57
) extendsResponseTaskStatus(execId, status) {
57
58
deferrorIndex:Int= _errorIndex
58
59
deferrorIndex_=(value: Int):Unit= _errorIndex = value
Copy file name to clipboardExpand all lines: linkis-computation-governance/linkis-engineconn/linkis-computation-engineconn/src/main/scala/org/apache/linkis/engineconn/computation/executor/conf/ComputationExecutorConf.scala
Copy file name to clipboardExpand all lines: linkis-computation-governance/linkis-engineconn/linkis-computation-engineconn/src/main/scala/org/apache/linkis/engineconn/computation/executor/execute/ComputationExecutor.scala
Copy file name to clipboardExpand all lines: linkis-computation-governance/linkis-engineconn/linkis-computation-engineconn/src/main/scala/org/apache/linkis/engineconn/computation/executor/service/TaskExecutionServiceImpl.scala
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -249,17 +249,6 @@ class TaskExecutionServiceImpl
Copy file name to clipboardExpand all lines: linkis-computation-governance/linkis-engineconn/linkis-computation-engineconn/src/main/scala/org/apache/linkis/engineconn/computation/executor/utlis/ComputationEngineUtils.scala
Copy file name to clipboardExpand all lines: linkis-computation-governance/linkis-engineconn/linkis-engineconn-executor/executor-core/src/main/scala/org/apache/linkis/engineconn/executor/ExecutorExecutionContext.scala
Copy file name to clipboardExpand all lines: linkis-computation-governance/linkis-entrance/src/main/java/org/apache/linkis/entrance/conf/EntranceSpringConfiguration.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,8 @@ public EntranceInterceptor[] entranceInterceptors() {
Copy file name to clipboardExpand all lines: linkis-computation-governance/linkis-entrance/src/main/java/org/apache/linkis/entrance/job/EntranceExecutionJob.java
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -157,9 +157,15 @@ public ExecuteRequest jobToExecuteRequest() throws EntranceErrorException {
0 commit comments