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)