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 nested types as non-key columns on joins #3612

Merged
merged 2 commits into from
Sep 24, 2021

Conversation

nartal1
Copy link
Collaborator

@nartal1 nartal1 commented Sep 22, 2021

This fixes #3116.
Tested various joins(BHJ, SMJ, Shuffle Hash Join, Broadcast Nested loop join and Catersian Product) on maps, structs and arrays.
We already had support to most of them. This PR adds support for missing types and adds missing tests.

Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@nartal1 nartal1 added the feature request New feature or request label Sep 22, 2021
@nartal1 nartal1 added this to the Sep 13 - Sep 24 milestone Sep 22, 2021
@nartal1 nartal1 self-assigned this Sep 22, 2021
@nartal1
Copy link
Collaborator Author

nartal1 commented Sep 22, 2021

build

@sameerz sameerz linked an issue Sep 23, 2021 that may be closed by this pull request
Signed-off-by: Niranjan Artal <nartal@nvidia.com>
@nartal1
Copy link
Collaborator Author

nartal1 commented Sep 23, 2021

build

@nartal1 nartal1 merged commit d110839 into NVIDIA:branch-21.12 Sep 24, 2021
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.

[FEA] Support Maps, Lists, and Structs as non-key columns on joins
2 participants