You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/03/27 20:13:52 UTC

[jira] [Created] (FLINK-1795) Solution set allows duplicates upon construction.

Stephan Ewen created FLINK-1795:
-----------------------------------

             Summary: Solution set allows duplicates upon construction.
                 Key: FLINK-1795
                 URL: https://issues.apache.org/jira/browse/FLINK-1795
             Project: Flink
          Issue Type: Bug
          Components: Iterations
    Affects Versions: 0.9
            Reporter: Stephan Ewen
            Assignee: Stephan Ewen
             Fix For: 0.9


The solution set identifies entries uniquely by key.

During construction, it does not eliminate duplicates. The duplicates do not get updated during the iterations (since only the first match is considered), but are contained in the final result.

This contradicts the definition of the solution set. It should not contain duplicates to begin with.



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