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

Remove cruft in map_lookup #11221

Merged
merged 1 commit into from
Jul 8, 2022

Conversation

mythrocks
Copy link
Contributor

@mythrocks mythrocks commented Jul 7, 2022

This commit removes unused code in map_lookup.cu and map_lookup.hpp.
#10380 replaced the functionality provided in map_lookup.*, and expanded
map-lookup support to all value types, and string/integral key types.
The old map_lookup kernels were retained "just in case".

Removing the old kernels should reduce confusion, and avoid clutter.

This commit removes unused code in map_lookup.cu and map_lookup.hpp.
rapidsai#10380 replaced the functionality provided in map_lookup.*, and expanded
map-lookup support to all value types, and string/integral key types.
The old map_lookup kernels were retained "just in case".

Removing the old kernels should reduce confusion, and avoid clutter.
@mythrocks mythrocks requested a review from a team as a code owner July 7, 2022 22:25
@mythrocks mythrocks self-assigned this Jul 7, 2022
@github-actions github-actions bot added CMake CMake build issue Java Affects Java cuDF API. labels Jul 7, 2022
@mythrocks mythrocks added code quality Spark Functionality that helps Spark RAPIDS improvement Improvement / enhancement to an existing function non-breaking Non-breaking change and removed CMake CMake build issue labels Jul 7, 2022
@codecov
Copy link

codecov bot commented Jul 8, 2022

Codecov Report

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

@@               Coverage Diff               @@
##             branch-22.08   #11221   +/-   ##
===============================================
  Coverage                ?   86.30%           
===============================================
  Files                   ?      144           
  Lines                   ?    22698           
  Branches                ?        0           
===============================================
  Hits                    ?    19589           
  Misses                  ?     3109           
  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 cdd4e03...2632d56. Read the comment docs.

@mythrocks
Copy link
Contributor Author

mythrocks commented Jul 8, 2022

Thank you for the reviews, @ttnghia, @revans2.

Merging this now.

@mythrocks
Copy link
Contributor Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 4b70c37 into rapidsai:branch-22.08 Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function Java Affects Java cuDF API. non-breaking Non-breaking change Spark Functionality that helps Spark RAPIDS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants