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 WindowExec partitioning by Decimal 128 on the GPU #4836

Merged
merged 3 commits into from
Feb 23, 2022

Conversation

NVnavkumar
Copy link
Collaborator

Fixes #4712.

This updates the WindowExec type check to allow Decimal 128 as a valid type in the partitionSpec. Also, integration tests for window functions have been updated to support higher precision decimals to test Decimal 128 support.

Signed-off-by: Navin Kumar navink@nvidia.com

Signed-off-by: Navin Kumar <navink@nvidia.com>
revans2
revans2 previously approved these changes Feb 22, 2022
@NVnavkumar NVnavkumar marked this pull request as ready for review February 22, 2022 18:40
@NVnavkumar
Copy link
Collaborator Author

build

mythrocks
mythrocks previously approved these changes Feb 22, 2022
@NVnavkumar
Copy link
Collaborator Author

build

@NVnavkumar NVnavkumar dismissed stale reviews from mythrocks and revans2 via f1f2012 February 22, 2022 22:00
@NVnavkumar
Copy link
Collaborator Author

build

@jlowe jlowe added this to the Feb 14 - Feb 25 milestone Feb 22, 2022
Copy link
Member

@jlowe jlowe left a comment

Choose a reason for hiding this comment

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

I expected window_function_test.py to be updated as part of this to add coverage of the new functionality. Is that not needed?

Copy link
Member

@jlowe jlowe left a comment

Choose a reason for hiding this comment

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

Haha, nevermind, I read right over the window_function_test.py change. 🤦

@NVnavkumar NVnavkumar merged commit 159126e into NVIDIA:branch-22.04 Feb 23, 2022
@sameerz sameerz added the task Work required that improves the product but is not user facing label Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Work required that improves the product but is not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Allow <WindowExec> to partition on Decimal 128 when running on the GPU
5 participants