-
Notifications
You must be signed in to change notification settings - Fork 915
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
Bump to nvcomp 3.0.6. #15128
Bump to nvcomp 3.0.6. #15128
Conversation
# expect a failure when reading the whole file | ||
with pytest.raises(RuntimeError): | ||
cudf.read_parquet(fname) |
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.
TODO: This needs to be modified (I just don't have time at this moment). We probably want to read the file with another reader implementation and compare the results?
This will be testable after new nvcomp 3.0.6 packages are up.
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 verified that compute-sanitizer
fails with nvcomp 3.0.5
and passes with nvcomp 3.0.6
. This is indicative that the fix is good.
@raydouglass This should be good to go for the hotfix. All tests are passing. |
Description
This PR bumps nvcomp to 3.0.6. This is needed as a hotfix for #15096.
Depends on:
Checklist