Skip to content

Commit

Permalink
Revert connectServer in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
longvu-db authored Sep 9, 2024
1 parent 8195e77 commit 6a2906f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ lazy val connectClient = (project in file("spark-connect/client"))
}
}.taskValue,
(Test / resourceGenerators) += Def.task {
val src = url("https://repository.apache.org/content/groups/snapshots/org/apache/spark/spark-connect_2.13/4.0.0-SNAPSHOT/spark-connect_2.13-4.0.0-20240830.001644-352.jar")
val src = url("https://repository.apache.org/content/groups/public/org/apache/spark/spark-connect_2.13/4.0.0-preview1/spark-connect_2.13-4.0.0-preview1.jar")
val dest = (Test / resourceManaged).value / "spark-connect.jar"
if (!dest.exists()) {
src #> dest !;
Expand Down

0 comments on commit 6a2906f

Please sign in to comment.