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

Disable collect_list and collect_set for window by default #10132

Merged
merged 2 commits into from
Jan 2, 2024

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Dec 29, 2023

This fixes #10110

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2
Copy link
Collaborator Author

revans2 commented Dec 29, 2023

build

@revans2
Copy link
Collaborator Author

revans2 commented Dec 29, 2023

The link checker is having problems with the release in progress.

jlowe
jlowe previously approved these changes Dec 29, 2023
.doc("The output size of collect list for a window operation is proportional to " +
"the window size squared. The current GPU implementation does not handle this well " +
"and is disabled by default. If you know that your window size is very small you " +
"can try to enable it")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"can try to enable it")
"can try to enable it.")

.doc("The output size of collect set for a window operation can be proportional to " +
"the window size squared. The current GPU implementation does not handle this well " +
"and is disabled by default. If you know that your window size is very small you " +
"can try to enable it")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"can try to enable it")
"can try to enable it.")

@revans2
Copy link
Collaborator Author

revans2 commented Jan 2, 2024

build

@revans2
Copy link
Collaborator Author

revans2 commented Jan 2, 2024

@jlowe please take another look

@revans2 revans2 merged commit 2919d80 into NVIDIA:branch-24.02 Jan 2, 2024
38 of 39 checks passed
@revans2 revans2 deleted the agg_for_window branch January 2, 2024 20:10
@sameerz sameerz added the bug Something isn't working label Jan 4, 2024
@mattahrens mattahrens added the reliability Features to improve reliability or bugs that severly impact the reliability of the plugin label Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reliability Features to improve reliability or bugs that severly impact the reliability of the plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] disable collect_list and collect_set for window operations by default.
4 participants