dongjoon-hyun commented on a change in pull request #30789:
URL: https://github.com/apache/spark/pull/30789#discussion_r544094775



##########
File path: docs/structured-streaming-programming-guide.md
##########
@@ -1689,6 +1689,23 @@ hence the number is not same as the number of original 
input rows. You'd like to
 There's a known workaround: split your streaming query into multiple queries 
per stateful operator, and ensure
 end-to-end exactly once per query. Ensuring end-to-end exactly once for the 
last query is optional.
 
+### State Store and task locality
+
+The stateful operations stores states for events in state stores of executors. 
State stores occupy resources such as memory and disk space to store the states.

Review comment:
       `The stateful operations stores` -> `The stateful operations store`?




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to