File tree Expand file tree Collapse file tree
examples/testSparkMeasureScala Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ val testDeps = Seq(
1717 " org.wiremock" % " wiremock" % " 3.13.1" % Test
1818)
1919
20- // Spark 4.1 .x Jackson line
20+ // Spark 4.2 .x Jackson line
2121val jacksonCoreV = " 2.20.0"
2222val jacksonAnnV = " 2.20"
2323
@@ -29,7 +29,7 @@ dependencyOverrides ++= Seq(
2929)
3030
3131libraryDependencies ++= Seq (
32- " org.apache.spark" %% " spark-sql" % " 4.1.1 " % Provided ,
32+ " org.apache.spark" %% " spark-sql" % " 4.2.0-preview5 " % Provided ,
3333 " org.slf4j" % " slf4j-api" % " 2.0.17" % Provided ,
3434
3535 // Do not bundle Jackson in published jar; Spark provides it.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "testSparkMeasureScala"
22
33version := " 0.1"
44
5- scalaVersion := " 2.13.16 "
5+ scalaVersion := " 2.13.18 "
66
7- libraryDependencies += " org.apache.spark" %% " spark-sql" % " 4.0.1 "
7+ libraryDependencies += " org.apache.spark" %% " spark-sql" % " 4.2.0-preview5 "
88libraryDependencies += " ch.cern.sparkmeasure" %% " spark-measure" % " 0.28"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ classifiers = [
4646dependencies = []
4747
4848[project .optional-dependencies ]
49- pyspark = [" pyspark==4.1.1 " ]
49+ pyspark = [" pyspark==4.2.0.dev5 " ]
5050
5151[project .urls ]
5252Homepage = " https://github.com/lucacanali/sparkMeasure"
Original file line number Diff line number Diff line change 1- pyspark == 4.1.1
1+ pyspark == 4.2.0.dev5
22pytest
3-
You can’t perform that action at this time.
0 commit comments