Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for full and right outer hash joins #5

Open
fhueske opened this issue Jul 14, 2015 · 2 comments
Open

Add support for full and right outer hash joins #5

fhueske opened this issue Jul 14, 2015 · 2 comments

Comments

@fhueske
Copy link
Contributor

fhueske commented Jul 14, 2015

The following tests in JoinFieldedPipesPlatformTest fail when the join is executed with a DOP > 1:

  • testJoinOuterInner()
  • testJoinOuter()
  • testJoinMixed()
@fhueske
Copy link
Contributor Author

fhueske commented Aug 11, 2015

Executing right/full outer joins with Broadcast strategies is not possible.
This issue can be solved by adding Hash-OuterJoin support to Flink.

@fhueske fhueske changed the title Some outer join tests fail with wrong results Add support for outer hash joins Aug 14, 2015
@fhueske fhueske changed the title Add support for outer hash joins Add support for full and right outer hash joins Oct 21, 2015
@fhueske
Copy link
Contributor Author

fhueske commented Oct 21, 2015

Support for LeftJoin HashJoins has been added.
The remaining join types will be supported once Flink features hash-based execution strategies for full outer joins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant