We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8c242 commit 12acb37Copy full SHA for 12acb37
build.sbt
@@ -714,7 +714,7 @@ lazy val sharing = (project in file("sharing"))
714
libraryDependencies ++= Seq(
715
"org.apache.spark" %% "spark-sql" % sparkVersion.value % "provided",
716
717
- "io.delta" %% "delta-sharing-client" % "1.2.4",
+ "io.delta" %% "delta-sharing-client" % "1.3.6",
718
719
// Test deps
720
"org.scalatest" %% "scalatest" % scalaTestVersion % "test",
0 commit comments