Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
shell: bash -el {0}
strategy:
matrix:
spark_version: [3.4.1, 3.5.1]
spark_version: [3.4.1, 3.5.5]
scala_version: [2.12.19]
env:
SPARK_VERSION: ${{ matrix.spark_version }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import sbt.nio.Keys._
lazy val scala212 = "2.12.19"
lazy val scala213 = "2.13.14"

lazy val spark3 = "3.5.1"
lazy val spark3 = "3.5.5"
lazy val spark4 = "4.0.0-SNAPSHOT"

lazy val sparkVersion = settingKey[String]("sparkVersion")
Expand Down
2 changes: 1 addition & 1 deletion python/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- typeguard
- yapf=0.40.1
- pip:
- pyspark==3.5.1
- pyspark==3.5.5
- databricks-cli==0.18 # Docs notebook source generation
- databricks-sdk
- setuptools==65.6.3 # Python packaging
Expand Down
2 changes: 1 addition & 1 deletion python/spark-4-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
# Note: Spark 4 must currently be installed from source
# We only install pyspark to pull in all the dependencies. It should be
# uninstalled before testing.
- pyspark==3.5.1
- pyspark==3.5.5
- databricks-cli==0.18 # Docs notebook source generation
- databricks-sdk
- setuptools==65.6.3 # Python packaging
Expand Down
Loading