uros-b commented on code in PR #56473:
URL: https://github.com/apache/spark/pull/56473#discussion_r3461134787


##########
python/docs/source/tutorial/sql/python_data_source.rst:
##########
@@ -388,6 +388,50 @@ This is useful for:
 For a complete working example, see:
 
``examples/src/main/python/sql/streaming/structured_blockchain_admission_control.py``
 
+Supporting Trigger.AvailableNow
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+``Trigger.AvailableNow`` processes all data available at query start time, then
+terminates — useful for scheduled batch-style runs over a streaming source.

Review Comment:
   Please avoid em dash, per Spark convention. Consider rephrasing (e.g. 
“terminates, which is useful for…”).



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