GitHub user r-pogalz opened a pull request: https://github.com/apache/flink/pull/1052
[FLINK-2106] Runtime part This PR includes the implementation of 3 drivers (Left-, Right-, FullOuterJoinDriver) and adapts the DriverStrategy for the merge based outer joins (LEFT_, RIGHT_, FULL_OUTER_MERGE). Furthermore, DriverStrategy.MERGE has been renamed to DriverStrategy.INNER_MERGE. You can merge this pull request into a Git repository by running: $ git pull https://github.com/r-pogalz/flink feature/FLINK-2106-Runtime Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1052.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 #1052 ---- commit ef37bd3b7aa28bd68b144f73bbe9c414a2bd27c9 Author: r-pogalz <r.pog...@campus.tu-berlin.de> Date: 2015-08-06T21:13:16Z [FLINK-2106] [runtime] Add Outer Join drivers and Outer Merge strategies to Runtime commit baeb689c4cac90ff6fc2da0d4ef65459be08df67 Author: r-pogalz <r.pog...@campus.tu-berlin.de> Date: 2015-08-11T19:40:21Z [FLINK-2106] [runtime] Rename DriverStrategy.MERGE to DriverStrategy.INNER_MERGE ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---