Skip to content

Commit 45a731f

Browse files
committed
Update dependency to Spark 3.5.6
1 parent 821cfac commit 45a731f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_with_scala_and_python_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Run tests for all Scala versions supported
3535
run: sbt +test
3636

37-
- name: Upload sparkMeasure package for Scala 2.13 (Java 11 and Python 3.12)
37+
- name: Upload sparkMeasure package for Scala 2.13 (Java 17 and Python 3.12)
3838
if: matrix.java-version == '17' && matrix.python-version == '3.12'
3939
uses: actions/upload-artifact@v4
4040
with:
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
name: sparkMeasure package scala 2.12
5050
path: target/scala-2.12/*.jar
51-
# This upload step is also conditional on Java 11 and Python 3.12
51+
# This upload step is conditional on Java 11 and Python 3.12
5252

5353
- name: Set up Python ${{ matrix.python-version }}
5454
uses: actions/setup-python@v5

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ val testDeps = Seq(
2020
)
2121

2222
libraryDependencies ++= Seq(
23-
"org.apache.spark" %% "spark-sql" % "3.5.5",
23+
"org.apache.spark" %% "spark-sql" % "3.5.6",
2424
"com.fasterxml.jackson.module"%% "jackson-module-scala" % "2.18.3",
2525
"org.slf4j" % "slf4j-api" % "2.0.17",
2626
"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
1+
pyspark==3.5.6
22
pytest
33

0 commit comments

Comments
 (0)