Skip to content

Commit a700f26

Browse files
committed
reformat
1 parent e362ad5 commit a700f26

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/test/RemoteSparkSession.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ object SparkConnectServerUtils {
6363

6464
private lazy val sparkConnect: java.lang.Process = {
6565
debug("Starting the Spark Connect Server...")
66-
val connectJar = findJar(
67-
"connect/server",
68-
"spark-connect-assembly",
69-
"spark-connect").getCanonicalPath
66+
val connectJar =
67+
findJar("connect/server", "spark-connect-assembly", "spark-connect").getCanonicalPath
7068

7169
val command = Seq.newBuilder[String]
7270
command += "bin/spark-submit"

0 commit comments

Comments
 (0)