File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ lazy val connectClient = (project in file("spark-connect/client"))
335
335
),
336
336
(Test / javaOptions) += s " -Ddelta.test.home= " + file(" ." ).getAbsoluteFile.getParentFile,
337
337
(Test / resourceGenerators) += Def .task {
338
- val location = url(" https://dist.apache.org/repos/dist/release /spark/spark-4 .0.0-preview1 /spark-4.0.0-preview1 -bin-hadoop3.tgz" )
338
+ val location = url(" https://dist.apache.org/repos/dist/dev /spark/v4 .0.0-rc4-bin /spark-4.0.0-bin-hadoop3.tgz" )
339
339
val destDir = (Test / resourceManaged).value / " spark"
340
340
if (! destDir.exists()) {
341
341
IO .createDirectory(destDir)
@@ -371,7 +371,7 @@ lazy val connectClient = (project in file("spark-connect/client"))
371
371
}
372
372
}.taskValue,
373
373
(Test / resourceGenerators) += Def .task {
374
- 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" )
374
+ val src = url(" https://repository.apache.org/content/repositories/orgapachespark-1480 /org/apache/spark/spark-connect_2.13/4.0.0/spark-connect_2.13-4.0.0.jar" )
375
375
val dest = (Test / resourceManaged).value / " spark-connect.jar"
376
376
if (! dest.exists()) {
377
377
src #> dest ! ;
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ def run_delta_connect_codegen_python(root_dir):
204
204
# TODO: In the future, find a way to get these
205
205
# packages locally instead of downloading from Maven.
206
206
delta_connect_packages = ["com.google.protobuf:protobuf-java:3.25.1" ,
207
- "org.apache.spark:spark-connect_2.13:4.0.0-preview1 " ,
207
+ "org.apache.spark:spark-connect_2.13:4.0.0" ,
208
208
get_local_package ("delta-connect-server" , use_spark_master )]
209
209
210
210
test (root_dir , path .join ("delta" , "connect" ), delta_connect_packages )
You can’t perform that action at this time.
0 commit comments