-
Notifications
You must be signed in to change notification settings - Fork 902
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
Fix double counting of selected columns in CSV reader #8508
Fix double counting of selected columns in CSV reader #8508
Conversation
"num_active_cols_" will double count when a particular column is selected twice by the user in an index + column_name situation and when the column_name is listed twice
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
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.
Added. unit tests.
Fixed similar issue in duplicate select indices (causes seg fault)
…1/cudf into column_select_double_count
rerun tests |
rerun tests |
ok to test |
rerun tests |
ok to test |
@ochan1 could you comment "ok to test" and "rerun tests" in separate comments? |
ok to test |
rerun tests |
ok to test |
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8508 +/- ##
================================================
+ Coverage 10.60% 10.61% +0.01%
================================================
Files 109 109
Lines 18280 18645 +365
================================================
+ Hits 1938 1980 +42
- Misses 16342 16665 +323
Continue to review full report at Codecov.
|
@gpucibot merge |
Fix a bug where the program can Segmentation Fault as a result of selecting the same column twice using index + column_name OR the column_name is typed twice