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

[BUG] Compile warnings in tests/hash.cpp #1864

Closed
thirtiseven opened this issue Mar 12, 2024 · 1 comment
Closed

[BUG] Compile warnings in tests/hash.cpp #1864

thirtiseven opened this issue Mar 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@thirtiseven
Copy link
Collaborator

We have some compile warnings when building current code that need to be addressed:

warning: 'std::unique_ptr<cudf::column> cudf::hash(const cudf::table_view&, cudf::hash_id, uint32_t, rmm::cuda_stream_view, rmm::mr::device_memory_resource*)' is deprecated [-Wdeprecated-declarations]

in tests/hash.cpp.

cudf::hash was deprecated in rapidsai/cudf#15074 a few weeks ago and cudf::hashing::hash() will be removed in a follow-on release.

@mattahrens
Copy link
Collaborator

Duplicate of NVIDIA/spark-rapids#10487

@mattahrens mattahrens marked this as a duplicate of NVIDIA/spark-rapids#10487 Mar 12, 2024
@mattahrens mattahrens closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants