hjtran commented on code in PR #32536:
URL: https://github.com/apache/beam/pull/32536#discussion_r1777666306
##########
learning/tour-of-beam/learning-content/introduction/introduction-concepts/runner-concepts/description.md:
##########
@@ -61,9 +61,9 @@ In java, you need to set runner to `args` when you start the
program.
{{end}}
{{if (eq .Sdk "python")}}
-In the Python SDK , the default is runner **DirectRunner**.
+In the Python SDK , the **DirectRunner** is the default runner and is used if
no runner is specified.
Review Comment:
That relates a little bit to your other comment. Technically true that the
DirectRunners are not a monolith but I imagine most people are single SDK users
so the different SDK DirectRunner behaviors are unlikely to bite them in
practice (but I may be overgeneralizing my experience :)
--
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]