Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/7229#discussion_r34133456
  
    --- Diff: docs/streaming-programming-guide.md ---
    @@ -928,7 +930,7 @@ runningCounts = pairs.updateStateByKey(updateFunction)
     The update function will be called for each word, with `newValues` having 
a sequence of 1's (from
     the `(word, 1)` pairs) and the `runningCount` having the previous count. 
For the complete
     Python code, take a look at the example
    
-[stateful_network_wordcount.py]({{site.SPARK_GITHUB_URL}}/blob/master/examples/src/main/python/streaming/stateful_network_wordcount.py).
    
+[stateful_network_wordcount.py]({{site.SPARK_GITHUB_URL}}/blob/master/examples/src/main/python/streaming/stateful_network_wordcount.py).
 
    --- End diff --
    
    You ended up with a stray space here, but if you don't have a moment to zap 
that today, it's no big deal, I'll merge. The text looks OK


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to