You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Ritesh Ghorse (Jira)" <ji...@apache.org> on 2022/01/19 14:50:00 UTC

[jira] [Updated] (BEAM-13688) Typo in description for Window in BPG 4.5.3 (Accessing additional parameters in your DoFn)

     [ https://issues.apache.org/jira/browse/BEAM-13688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ritesh Ghorse updated BEAM-13688:
---------------------------------
    Description: 
The explanation for using the Window extractor as additional output in Beam Programming Guide has a typo. The first sentence refers to extracting the timestamp.
It is  
{code:java}
`To access the timestamp of an input element, add a beam.Window parameter...`{code}
It should be 
{code:java}
`To access the window an input element falls into, add a beam.Window parameter...`{code}

  was:
The explanation for using the Window extractor as additional output in Beam Programming Guide is not correct entirely. The first sentence refers to extracting the timestamp.
It is  
{code:java}
`To access the timestamp of an input element, add a beam.Window parameter...`{code}

It should be 
{code:java}
`To access the window an input element falls into, add a beam.Window parameter...`{code}


> Typo in description for Window in BPG 4.5.3 (Accessing additional parameters in your DoFn)
> ------------------------------------------------------------------------------------------
>
>                 Key: BEAM-13688
>                 URL: https://issues.apache.org/jira/browse/BEAM-13688
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-go
>            Reporter: Ritesh Ghorse
>            Assignee: Ritesh Ghorse
>            Priority: P3
>
> The explanation for using the Window extractor as additional output in Beam Programming Guide has a typo. The first sentence refers to extracting the timestamp.
> It is  
> {code:java}
> `To access the timestamp of an input element, add a beam.Window parameter...`{code}
> It should be 
> {code:java}
> `To access the window an input element falls into, add a beam.Window parameter...`{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)