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

Add public libcudf match_dictionaries API #8429

Merged
merged 4 commits into from
Jun 4, 2021

Conversation

davidwendt
Copy link
Contributor

This PR creates a public API for the internal libcudf cudf::dictionary::detail::match_dictionaries function to help with transitioning the cudf python CategoricalColumn over to using the libcudf dictionary column.

No function has changed or been added but this PR does add a formal gtest for the new public API.

@davidwendt davidwendt added feature request New feature or request 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Jun 2, 2021
@davidwendt davidwendt self-assigned this Jun 2, 2021
@davidwendt davidwendt requested a review from a team as a code owner June 2, 2021 20:42
@davidwendt davidwendt requested review from devavret and vuule June 2, 2021 20:42
@codecov
Copy link

codecov bot commented Jun 2, 2021

Codecov Report

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

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.08    #8429   +/-   ##
===============================================
  Coverage                ?   82.83%           
===============================================
  Files                   ?      109           
  Lines                   ?    17901           
  Branches                ?        0           
===============================================
  Hits                    ?    14828           
  Misses                  ?     3073           
  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 ad6e0bd...1d066f5. Read the comment docs.

Copy link
Contributor

@vuule vuule left a comment

Choose a reason for hiding this comment

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

a few very small suggestions

cpp/include/cudf/dictionary/update_keys.hpp Outdated Show resolved Hide resolved
cpp/include/cudf/dictionary/update_keys.hpp Outdated Show resolved Hide resolved
@davidwendt davidwendt requested a review from vuule June 3, 2021 16:08
Copy link
Contributor

@vuule vuule left a comment

Choose a reason for hiding this comment

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

Thank you :)

@galipremsagar
Copy link
Contributor

rerun tests

@davidwendt
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 6792be9 into rapidsai:branch-21.08 Jun 4, 2021
@davidwendt davidwendt deleted the fea-match-dictionaries branch June 4, 2021 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team feature request New feature or request 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