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

Joins #2

Open
utdemir opened this issue Apr 14, 2019 · 2 comments
Open

Joins #2

utdemir opened this issue Apr 14, 2019 · 2 comments

Comments

@utdemir
Copy link
Owner

utdemir commented Apr 14, 2019

Implement a join function which joins two datasets based on a key/key function. Different join types (left/right/full outer, cartesian product) should be supported.

@axman6
Copy link

axman6 commented Jun 6, 2019

The generalised joins in discrimination might be useful for this - probably not directly, but it should be possible to leverage the implementation there and take advantage of the fast Grouping work.

@utdemir
Copy link
Owner Author

utdemir commented Jun 25, 2019

@axman6 Thank you for the suggestion! I haven't used discrimination before, but indeed it looks like it might be useful to distributed-dataset on multiple future (joins, shuffles, sorts, ..).

I will look at it thoroughly when I get to implementing those; or you are always welcome to give it a go :)..

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

2 participants