You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Amit Sela (JIRA)" <ji...@apache.org> on 2016/03/13 12:54:33 UTC

[jira] [Created] (BEAM-109) Combine.PerKey ignores grouping also by windows

Amit Sela created BEAM-109:
------------------------------

             Summary: Combine.PerKey ignores grouping also by windows
                 Key: BEAM-109
                 URL: https://issues.apache.org/jira/browse/BEAM-109
             Project: Beam
          Issue Type: Bug
          Components: runner-spark
            Reporter: Amit Sela
            Assignee: Amit Sela


It seems that (event) keys are grouped as WindowedValues by their value&timestamp, so if the window contains the same key with different timestamps they will not be grouped together.  

Implement GroupAlsoByWindow for Combine operations.

 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)