[
https://issues.apache.org/jira/browse/BEAM-4702?focusedWorklogId=118187&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-118187
]
ASF GitHub Bot logged work on BEAM-4702:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Jul/18 14:23
Start Date: 02/Jul/18 14:23
Worklog Time Spent: 10m
Work Description: kennknowles commented on issue #5850: [BEAM-4702]
Re-window into global window after GROUP BY <window> plus a couple other little
fixes
URL: https://github.com/apache/beam/pull/5850#issuecomment-401822302
The failures here indicate actual incorrect tests & queries. For example:
```
JOIN(left.id = right.id)
SELECT ... GROUP BY id, TUMBLE(1 hour)
SELECT ... GROUP BY id, TUMBLE(1 hour)
```
Semantically, there may be a joined row for 1:00pm on the left and 10:00pm
on the right. But by the time the right-hand row for 10:00pm shows up, the left
one may be GC'd.
So this is implicitly, but nondeterministically, joining on the window as
well. Before this PR, we left the windowing strategies for left and right in
place, and asserted that they matched.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 118187)
Time Spent: 50m (was: 40m)
> After SQL GROUP BY <windowing> the result should be globally windowed
> ---------------------------------------------------------------------
>
> Key: BEAM-4702
> URL: https://issues.apache.org/jira/browse/BEAM-4702
> Project: Beam
> Issue Type: New Feature
> Components: dsl-sql
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)