Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spark-catalyst, spark-core, ... to 3.5.3 #707

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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.3]
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.3"
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.3
- 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.3
- databricks-cli==0.18 # Docs notebook source generation
- databricks-sdk
- setuptools==65.6.3 # Python packaging
Expand Down
Loading