-
Notifications
You must be signed in to change notification settings - Fork 240
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
Support WindowExec partitioning by Decimal 128 on the GPU #4836
Conversation
Signed-off-by: Navin Kumar <navink@nvidia.com>
build |
build |
build |
There was a problem hiding this 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?
There was a problem hiding this 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. 🤦
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