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 usage of cudf.core.column.arange to cudf.core.column.as_column #565

Closed
vyasr opened this issue Jan 12, 2024 · 4 comments
Closed
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@vyasr
Copy link
Contributor

vyasr commented Jan 12, 2024

Describe the bug
Tests are currently failing in CI, see e.g. #564. The failures are because cuxfilter uses an internal method of cudf that was removed in rapidsai/cudf#14689. The errors can be fixed by replacing those usages in the same fashion as was done internally in that cudf PR.

@vyasr vyasr added ? - Needs Triage Need team to review and classify bug Something isn't working labels Jan 12, 2024
@AjayThorve
Copy link
Member

AjayThorve commented Jan 12, 2024

@vyasr actually this is an issue with cuspatial's usage of arange, which is a direct dependency for cuxfilter. I'll create a PR for cuspatial to fix it

@AjayThorve
Copy link
Member

AjayThorve commented Jan 12, 2024

Added a PR to fix this issue in cuspatial : rapidsai/cuspatial#1323

Update: Merged

@AjayThorve
Copy link
Member

@vyasr
Copy link
Contributor Author

vyasr commented Jan 17, 2024

Thanks! I had opened a cuspatial issue as well but didn't realize cuxfilter's problem was via usage of cuspatial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants