Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following functions completes the following code snippet to return a Spark DataFrame in a structured streaming query?
spark.readStream.format("kafka") .option("kafka.bootstrap.servers", "...") .option("subscribe", "topic") ------
A
.load()
B
.print()
C
.return()
D
.merge()