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 9e23e8fCopy full SHA for 9e23e8f
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.4.1"
16
)
17
18
assemblySettings
0 commit comments