viirya commented on code in PR #37213:
URL: https://github.com/apache/spark/pull/37213#discussion_r924780335


##########
docs/structured-streaming-programming-guide.md:
##########
@@ -2824,12 +2824,6 @@ df.writeStream
   .trigger(Trigger.ProcessingTime("2 seconds"))
   .start()
 
-// One-time trigger
-df.writeStream
-  .format("console")
-  .trigger(Trigger.Once())
-  .start()
-

Review Comment:
   Hmm, but we still have "One-time micro-batch" in the doc. Do you want to 
remove it or mark it as deprecated too?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to