dongjoon-hyun commented on a change in pull request #25345: [SPARK-28609][DOC] 
Fix broken styles/links and make up-to-date
URL: https://github.com/apache/spark/pull/25345#discussion_r310340352
 
 

 ##########
 File path: docs/structured-streaming-programming-guide.md
 ##########
 @@ -3047,12 +3047,6 @@ To run a supported query in continuous processing mode, 
all you need to do is sp
 {% highlight scala %}
 import org.apache.spark.sql.streaming.Trigger
 
-spark
-  .readStream
-  .format("rate")
-  .option("rowsPerSecond", "10")
-  .option("")
-
 
 Review comment:
   This seems to be incomplete leftover. We had better remove this because the 
other language tabs don't have this. After removing this, we will have `Kafka` 
examples consistently across all languages.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to