Skip to content

Commit c1c8402

Browse files
committed
Build with Spark 4.1.0-preview1
1 parent 87f1bc1 commit c1c8402

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val testDeps = Seq(
1818
)
1919

2020
libraryDependencies ++= Seq(
21-
"org.apache.spark" %% "spark-sql" % "4.0.0",
21+
"org.apache.spark" %% "spark-sql" % "4.1.0-preview1",
2222
"com.fasterxml.jackson.module"%% "jackson-module-scala" % "2.18.3",
2323
"org.slf4j" % "slf4j-api" % "2.0.17",
2424
"org.influxdb" % "influxdb-java" % "2.25",

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pyspark==4.0.0
1+
pyspark==4.1.0.dev1
22
pytest
33

0 commit comments

Comments
 (0)