[
https://issues.apache.org/jira/browse/BEAM-7804?focusedWorklogId=298222&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-298222
]
ASF GitHub Bot logged work on BEAM-7804:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Aug/19 22:02
Start Date: 20/Aug/19 22:02
Worklog Time Spent: 10m
Work Description: rosetn commented on pull request #9379: [BEAM-7804]
Update python sdk transform programming guide
URL: https://github.com/apache/beam/pull/9379#discussion_r315920221
##########
File path: website/src/documentation/programming-guide.md
##########
@@ -1632,6 +1673,13 @@ The `PipelineOptions` for the current pipeline can
always be accessed in a proce
a parameter of type `TimeDomain` which tells whether the timer is based on
event time or processing time.
Timers are explained in more detail in the
[Timely (and Stateful) Processing with Apache Beam]({{ site.baseurl
}}/blog/2017/08/28/timely-processing.html) blog post.
+
+{:.language-py}
+**Timer and State:**
+User defined State and Timer parameters can also be used in Stateful DoFn in
addition to aforementioned parameters.
Review comment:
Switch clause order
Switch "State and Timer" back to "Timer and State"
"In addition to aforementioned parameters, user defined Timer and State
parameters can be used in a Stateful DoFn."
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 298222)
Time Spent: 40m (was: 0.5h)
> Fix unclear python programming guide document
> ---------------------------------------------
>
> Key: BEAM-7804
> URL: https://issues.apache.org/jira/browse/BEAM-7804
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-core
> Reporter: Yichi Zhang
> Assignee: Yichi Zhang
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> [https://beam.apache.org/documentation/programming-guide/#additional-outputs],
> section 4.5
> last two code snippets don't provide enough context when switching language
> from java to python
--
This message was sent by Atlassian Jira
(v8.3.2#803003)