[
https://issues.apache.org/jira/browse/BEAM-11758?focusedWorklogId=690392&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-690392
]
ASF GitHub Bot logged work on BEAM-11758:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Dec/21 00:02
Start Date: 04/Dec/21 00:02
Worklog Time Spent: 10m
Work Description: melap commented on a change in pull request #15778:
URL: https://github.com/apache/beam/pull/15778#discussion_r762351207
##########
File path: website/www/site/content/en/documentation/basics.md
##########
@@ -365,6 +373,76 @@ For more information about runners, see the following
pages:
* [Choosing a Runner](/documentation/#choosing-a-runner)
* [Beam Capability Matrix](/documentation/runners/capability-matrix/)
+### Window
+
+Windowing subdivides a `PCollection` into _windows_ according to the timestamps
+of its individual elements. Windows enable grouping operations over unbounded
+collections by dividing the collection into windows of finite collections. A
+windowing function tells the runner how to assign elements to an initial
window,
Review comment:
Thanks for the clarification! I added a bit more text about this, and
also in the programming guide for consistency. Seem accurate now?
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 690392)
Time Spent: 4h 20m (was: 4h 10m)
> Create concepts guide in the Beam documentation
> -----------------------------------------------
>
> Key: BEAM-11758
> URL: https://issues.apache.org/jira/browse/BEAM-11758
> Project: Beam
> Issue Type: New Feature
> Components: website
> Reporter: David Huntsperger
> Assignee: Melissa Pashniak
> Priority: P3
> Time Spent: 4h 20m
> Remaining Estimate: 0h
>
> Create a conceptual guide to help new users understand Beam concepts.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)