Skip to content
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 incorrect strings_column_view::chars_size documentation #7360

Merged
merged 2 commits into from
Feb 10, 2021

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Feb 9, 2021

The documentation for strings_column_view::chars_size claims that it handles sliced columns when it does not.
This updates the documentation to reflect that it does not account for a sliced column view.

@jlowe jlowe added bug Something isn't working 3 - Ready for Review Ready for review by team doc Documentation libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Feb 9, 2021
@jlowe jlowe self-assigned this Feb 9, 2021
@jlowe jlowe requested a review from a team as a code owner February 9, 2021 23:25
@jlowe jlowe requested review from devavret and vuule February 9, 2021 23:25
@jlowe jlowe removed the bug Something isn't working label Feb 9, 2021
@vuule vuule requested a review from davidwendt February 9, 2021 23:44
Copy link
Contributor

@davidwendt davidwendt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this.

@codecov
Copy link

codecov bot commented Feb 10, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-0.19@c0282e6). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##             branch-0.19    #7360   +/-   ##
==============================================
  Coverage               ?   82.22%           
==============================================
  Files                  ?      100           
  Lines                  ?    16969           
  Branches               ?        0           
==============================================
  Hits                   ?    13953           
  Misses                 ?     3016           
  Partials               ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0282e6...bc238fa. Read the comment docs.

@harrism harrism added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Feb 10, 2021
@harrism
Copy link
Member

harrism commented Feb 10, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 74a7c76 into rapidsai:branch-0.19 Feb 10, 2021
@jlowe jlowe deleted the fix-chars_size-docs branch September 10, 2021 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge doc Documentation libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants