Skip to content

Commit 66cd6dc

Browse files
committed
delete useless code in SparkEngineExecutor
1 parent 70a51b8 commit 66cd6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ujes/definedEngines/spark/engine/src/main/scala/com/webank/wedatasphere/linkis/engine/executors/SparkEngineExecutor.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import org.apache.commons.lang.StringUtils
3939
import org.apache.spark.SparkContext
4040
import org.apache.spark.sql.DataFrame
4141
import org.apache.spark.ui.jobs.JobProgressListener
42-
import org.scalactic.Pass
42+
4343

4444
import scala.collection.mutable.ArrayBuffer
4545

@@ -134,7 +134,7 @@ class SparkEngineExecutor(val sc: SparkContext, id: Long, outputPrintLimit: Int,
134134
}
135135
info(s"Start to structure sparksql resultset")
136136
response
137-
}(Pass)
137+
}{}
138138

139139
override protected def executeCompletely(engineExecutorContext: EngineExecutorContext, code: String, completedLine: String): ExecuteResponse = {
140140
val newcode = completedLine + code

0 commit comments

Comments
 (0)