Skip to content

Commit 18a330f

Browse files
committed
remove unused import
1 parent a68f280 commit 18a330f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/connect/server/src/main/scala/org/apache/spark/sql/connect/planner/SparkConnectPlanner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import io.grpc.{Context, Status, StatusRuntimeException}
3131
import io.grpc.stub.StreamObserver
3232
import org.apache.commons.lang3.exception.ExceptionUtils
3333

34-
import org.apache.spark.{Partition, SparkEnv, TaskContext}
34+
import org.apache.spark.{Partition, TaskContext}
3535
import org.apache.spark.annotation.{DeveloperApi, Since}
3636
import org.apache.spark.api.python.{PythonEvalType, SimplePythonFunction}
3737
import org.apache.spark.connect.proto

0 commit comments

Comments
 (0)