GitHub user fhueske opened a pull request:
https://github.com/apache/flink/pull/1734
[FLINK-3504] Fix join translation. Equality predicates may only reference
fields
Adapts the join translation rule such that only joins with proper equality
join predicates are translated.
A proper equality join predicate does only references fields, i.e., it does
not reference expressions.
Joins without at least one proper equality join predicates or with an
equality join predicate which references an expression are not translated.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fhueske/flink tableJoinFix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1734.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1734
----
commit 004f409a7d233f711a889229ec22600550637cfd
Author: Fabian Hueske <[email protected]>
Date: 2016-02-29T13:46:08Z
[FLINK-3504] Fix join translation. Equality predicates may only reference
fields.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---