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

CollectSet supports structs #3700

Merged
merged 2 commits into from
Oct 4, 2021
Merged

Conversation

wbo4958
Copy link
Collaborator

@wbo4958 wbo4958 commented Sep 29, 2021

This is to fix #3514 and #3152. Currently, with this PR, the CollectSet on structs can run on GPU. Since CPU and GPU can't ensure the order of collect-set, we need to add sort_array on collect-set. But for now, sort-array didn't support on nested type, I just xfail the newly added collect-set test on structs.

Signed-off-by: Bobby Wang <wbo4958@gmail.com>
@wbo4958
Copy link
Collaborator Author

wbo4958 commented Sep 29, 2021

build

@razajafri
Copy link
Collaborator

We should test this on DB as well?

@wbo4958
Copy link
Collaborator Author

wbo4958 commented Sep 30, 2021

build

@wbo4958 wbo4958 changed the title CollectSet supports structs CollectSet supports structs [databricks] Sep 30, 2021
@wbo4958
Copy link
Collaborator Author

wbo4958 commented Sep 30, 2021

build

@wbo4958 wbo4958 changed the title CollectSet supports structs [databricks] CollectSet supports structs Sep 30, 2021
@wbo4958
Copy link
Collaborator Author

wbo4958 commented Sep 30, 2021

We should test this on DB as well?

Done

@wbo4958 wbo4958 linked an issue Sep 30, 2021 that may be closed by this pull request
@sameerz sameerz added the feature request New feature or request label Sep 30, 2021
@sameerz
Copy link
Collaborator

sameerz commented Sep 30, 2021

Please retarget to branch-21.12.

@wbo4958 wbo4958 changed the base branch from branch-21.10 to branch-21.12 September 30, 2021 23:30
@wbo4958 wbo4958 requested a review from revans2 October 4, 2021 12:56
@wbo4958 wbo4958 merged commit db0c2d5 into NVIDIA:branch-21.12 Oct 4, 2021
@wbo4958 wbo4958 deleted the collect-set branch October 4, 2021 22:15
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 collect_set on struct in aggregation context [FEA] support nested structs in collect_set
4 participants