-
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
Test utility to compare SQL query results between CPU and GPU #383
Conversation
0e2c0a2
to
ec67f3e
Compare
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 think hash aggregate tests had some occurrences of this as well and it would be good to cover those in this PR as well.
build |
Modified hash_aggregate_test.py to use the SQL utility.
I have now changed |
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.
Thank u, thank u, thank u!
Thank you for the reviews, @revans2, @kuhushukla. |
…#383) * Test utility to compare SQL query results between CPU and GPU
…#383) * Test utility to compare SQL query results between CPU and GPU
Signed-off-by: spark-rapids automation <[email protected]>
Closes #317.
Here is a test utility to run the specified SQL query on CPU and GPU, and verifies that the results are equal.
window_function_test.py
demonstrates how this may be used.