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

Update to CCCL 2.8.2-rc0. #1548

Draft
wants to merge 1 commit into
base: branch-25.04
Choose a base branch
from
Draft

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Mar 11, 2025

This PR updates to CCCL 2.8.2-rc0. Do not merge until all of RAPIDS is ready to update.

Part of rapidsai/build-planning#157.

@bdice bdice added the non-breaking Non-breaking change label Mar 11, 2025
@bdice bdice added the improvement Improvement / enhancement to an existing function label Mar 11, 2025
Copy link

copy-pr-bot bot commented Mar 11, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@bdice
Copy link
Contributor Author

bdice commented Mar 11, 2025

/ok to test

@bdice bdice added DO NOT MERGE Hold off on merging; see PR for details and removed improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 11, 2025
@bdice
Copy link
Contributor Author

bdice commented Mar 11, 2025

/ok to test

@isVoid
Copy link
Contributor

isVoid commented Mar 18, 2025

Error I see in CI:

2025-03-13T20:49:36.2477788Z   File "/opt/conda/envs/test/lib/python3.12/site-packages/cudf/core/column/column.py", line 2455, in as_column
2025-03-13T20:49:36.2477955Z     return column.astype(dtype)
2025-03-13T20:49:36.2478106Z            ^^^^^^^^^^^^^^^^^^^^
2025-03-13T20:49:36.2478480Z   File "/opt/conda/envs/test/lib/python3.12/site-packages/cudf/core/column/column.py", line 1630, in astype
2025-03-13T20:49:36.2478651Z     elif dtype.kind == "M":
2025-03-13T20:49:36.2478799Z          ^^^^^^^^^^
2025-03-13T20:49:36.2479070Z AttributeError: 'str' object has no attribute 'kind'. Did you mean: 'find'?

Is there a change in cudf lately that changes the input of astype to reject strings?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DO NOT MERGE Hold off on merging; see PR for details
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

2 participants