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 build warnings of chars and make_strings_column #1725

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

thirtiseven
Copy link
Collaborator

@thirtiseven thirtiseven commented Jan 24, 2024

Fixes #1724

There are many warnings when building jni now because cudf deprecated cudf::make_strings_column with typed offsets and cudf::strings_column_view::chars.

This PR replace those api usage with non-deprecated apis.

Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
@thirtiseven thirtiseven self-assigned this Jan 24, 2024
@thirtiseven
Copy link
Collaborator Author

build

@ttnghia
Copy link
Collaborator

ttnghia commented Jan 29, 2024

Please provide more PR description.

@thirtiseven
Copy link
Collaborator Author

@ttnghia Thanks for review, updated description.

@thirtiseven thirtiseven merged commit 9d50ce5 into NVIDIA:branch-24.02 Jan 29, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Building warnings after make_strings_column and chars deprecated
2 participants