Skip to content

Commit

Permalink
Upgrade the version of delta-sharing-client to 1.2.2 (#3878)
Browse files Browse the repository at this point in the history
#### Which Delta project/connector is this regarding?

- [x] Spark
- [ ] Standalone
- [ ] Flink
- [ ] Kernel
- [ ] Other (fill in here)

## Description

This PR proposes to upgrade the version of delta-sharing-client to
1.2.2, which is compatible with recent change in master branch for
Apache Spark. The version can work for both Spark 4.0 and prior.

## How was this patch tested?

Existing tests with CI

## Does this PR introduce _any_ user-facing changes?

No.
  • Loading branch information
HeartSaVioR authored Nov 14, 2024
1 parent e099883 commit 98a47a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ lazy val sharing = (project in file("sharing"))
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-sql" % sparkVersion.value % "provided",

"io.delta" %% "delta-sharing-client" % "1.2.1",
"io.delta" %% "delta-sharing-client" % "1.2.2",

// Test deps
"org.scalatest" %% "scalatest" % scalaTestVersion % "test",
Expand Down

0 comments on commit 98a47a1

Please sign in to comment.