-
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
Remove cudf_io
namespace alias
#11827
Remove cudf_io
namespace alias
#11827
Conversation
Codecov ReportBase: 87.40% // Head: 87.52% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #11827 +/- ##
================================================
+ Coverage 87.40% 87.52% +0.11%
================================================
Files 133 133
Lines 21833 21825 -8
================================================
+ Hits 19084 19103 +19
+ Misses 2749 2722 -27
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
rerun tests |
@gpucibot merge |
Description
Some cuIO tests and benchmarks declare
cudf_io
alias forcudf::io
. This saves a single letter so it's considered to be of very low utility.Removing all occurrences of this alias.
Also removed a couple of builder calls where the option was being set to default value.
Checklist