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 413e5b0 commit 65c8c0bCopy full SHA for 65c8c0b
consumers/spark/build.sbt
@@ -12,7 +12,7 @@ libraryDependencies ++= Seq(
12
"org.apache.spark" %% "spark-streaming-kafka-0-10" % "3.2.1",
13
"org.apache.spark" %% "spark-core" % "3.2.1",
14
"org.apache.spark" %% "spark-streaming" % "3.2.1",
15
- "org.apache.spark" %% "spark-sql" % "3.2.1"
+ "org.apache.spark" %% "spark-sql" % "3.5.4"
16
)
17
18
assemblySettings
0 commit comments