[ https://issues.apache.org/jira/browse/FLINK-1903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fabian Hueske resolved FLINK-1903. ---------------------------------- Resolution: Fixed Fix Version/s: 1.0.0 Fixed with af029e7e0c6377ec12edafedb4d6ea53c4fa9fe9 > Joins where one side uses a field more than once don't work > ----------------------------------------------------------- > > Key: FLINK-1903 > URL: https://issues.apache.org/jira/browse/FLINK-1903 > Project: Flink > Issue Type: Improvement > Reporter: Aljoscha Krettek > Assignee: Fabian Hueske > Priority: Minor > Fix For: 1.0.0 > > > For example, a join on fields (0, 0) and (0, 1) does not work because > Keys.rangeCheckFields() eliminates duplicates in the keys. > This behaviour is never necessary because it can be computed more efficiently > by a filter that checks whether these two fields are the same before the > join. We could, however, still allow it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)