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

semi joins not implemented in sparksql #19

Closed
piccolbo opened this issue May 30, 2015 · 1 comment
Closed

semi joins not implemented in sparksql #19

piccolbo opened this issue May 30, 2015 · 1 comment

Comments

@piccolbo
Copy link
Collaborator

there seem to be a left semi join with a different syntax. We could try to map one to the other. Not clear

@piccolbo
Copy link
Collaborator Author

After in depth research, a left semi join is just a semi join. A right semi join is not so useful as its output can be obtained reversing the arguments in a left semi join (not so for left/right joins if order of columns matters). Implemented as part of #13. Anti semi joins not implemented yet.

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