Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JackChen0810 committed Dec 22, 2021
1 parent c944197 commit ab8aa9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ class AppConnEngineConnExecutor(val id: Int) extends ComputationExecutor {

override def executeCompletely(engineExecutorContext: EngineExecutionContext, code: String, completedLine: String): ExecuteResponse = null

override def progress(): Float = 0
override def progress(taskID: String): Float = 0

override def getProgressInfo: Array[JobProgressInfo] = Array.empty
override def getProgressInfo(taskID: String): Array[JobProgressInfo] = Array.empty

override def supportCallBackLogs(): Boolean = false

Expand Down

0 comments on commit ab8aa9b

Please sign in to comment.