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] update date/time APIs in CUDF java to avoid deprecated functions #11718

Open
revans2 opened this issue Nov 12, 2024 · 0 comments
Open

[BUG] update date/time APIs in CUDF java to avoid deprecated functions #11718

revans2 opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@revans2
Copy link
Collaborator

revans2 commented Nov 12, 2024

Describe the bug

rapidsai/cudf@ac5b3ed deprecated a bunch of APIs that our CUDF code uses and that the spark-rapids plugin uses.

https://github.com/rapidsai/cudf/blob/bbaa1ab1eab41d26ca2b280b3b48a73ed3f411b9/java/src/main/native/src/ColumnViewJni.cpp#L1102-L1177

We should switch to using the new API that covers these, and extend the APIs int eh java code to cover a lot of other methods that have been added so that we can have better support for dealing with date/time operations.

@revans2 revans2 added ? - Needs Triage Need team to review and classify bug Something isn't working labels Nov 12, 2024
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Nov 19, 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