File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
core/src/main/scala/org/apache/spark/rpc/netty
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ package org.apache.spark.rpc.netty
1919import java .io .File
2020import java .util .concurrent .ConcurrentHashMap
2121
22- import org .apache .spark .SparkContext
2322import org .apache .spark .network .buffer .{FileSegmentManagedBuffer , ManagedBuffer }
2423import org .apache .spark .network .server .StreamManager
2524import org .apache .spark .rpc .RpcEnvFileServer
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ import org.apache.spark.sql.catalyst.util.quoteIdentifier
2929import org .apache .spark .sql .types .StructType
3030
3131
32+
3233/**
3334 * A function defined in the catalog.
3435 *
You can’t perform that action at this time.
0 commit comments