File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1818package org .apache .spark .sql .catalyst .expressions .codegen
1919
2020import java .io .ByteArrayInputStream
21- import java .util .{Map => JavaMap }
2221
2322import scala .collection .JavaConverters ._
2423import scala .collection .mutable
@@ -28,8 +27,7 @@ import scala.util.control.NonFatal
2827import com .google .common .cache .{CacheBuilder , CacheLoader }
2928import com .google .common .util .concurrent .{ExecutionError , UncheckedExecutionException }
3029import org .codehaus .commons .compiler .{CompileException , InternalCompilerException }
31- import org .codehaus .commons .compiler .util .reflect .ByteArrayClassLoader
32- import org .codehaus .janino .{ClassBodyEvaluator , SimpleCompiler }
30+ import org .codehaus .janino .ClassBodyEvaluator
3331import org .codehaus .janino .util .ClassFile
3432
3533import org .apache .spark .{TaskContext , TaskKilledException }
You can’t perform that action at this time.
0 commit comments