[
https://issues.apache.org/jira/browse/BEAM-11086?focusedWorklogId=608784&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-608784
]
ASF GitHub Bot logged work on BEAM-11086:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Jun/21 21:55
Start Date: 08/Jun/21 21:55
Worklog Time Spent: 10m
Work Description: lostluck commented on pull request #14966:
URL: https://github.com/apache/beam/pull/14966#issuecomment-857196063
Run Go Flink ValidatesRunner
--
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: 608784)
Time Spent: 0.5h (was: 20m)
> [Go SDK] Validate windows are aggregated correctly in GBKs and Combines
> -----------------------------------------------------------------------
>
> Key: BEAM-11086
> URL: https://issues.apache.org/jira/browse/BEAM-11086
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-go
> Reporter: Robert Burke
> Priority: P3
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Add an integration test to validate windowing behavior against real runners,
> in particular WRT GroupByKey operations.
> This entails writing small batch test pipelines that assign event times, and
> window into those transforms. Windows are assigned by the the runner as per
> the given windowing strategy.
> Code should be added in the sdks/go/test directory
> [https://github.com/apache/beam/tree/master/sdks/go/test/integration/primitives]
> and hooked up so that they're run as part of the post commit tests.
> In particular, a multi-window case with a sliding window, and a lifted
> combiner (like stats.Sum) should be written. It's unlikely the current
> Combiner Lifting implementation takes windows into account correctly, leading
> to correctness issues when they are used simultaneously.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)