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

Support MapType in joins #3011

Merged
merged 5 commits into from
Jul 28, 2021
Merged

Conversation

andygrove
Copy link
Contributor

Closes #2133

This adds MapType support for sort-merge join, hash join, and broadcast join.

I didn't add it for broadcast nested-loop join because it looks like we don't support other complex types for that one.

Signed-off-by: Andy Grove <andygrove@nvidia.com>
Signed-off-by: Andy Grove <andygrove@nvidia.com>
Signed-off-by: Andy Grove <andygrove@nvidia.com>
Signed-off-by: Andy Grove <andygrove@nvidia.com>
@andygrove andygrove self-assigned this Jul 23, 2021
@andygrove andygrove added this to the July 19 - July 30 milestone Jul 23, 2021
@sameerz sameerz added the feature request New feature or request label Jul 23, 2021
…keys

Signed-off-by: Andy Grove <andygrove@nvidia.com>
@jlowe
Copy link
Member

jlowe commented Jul 23, 2021

build

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

Successfully merging this pull request may close these issues.

3 participants