Skip to content

Comments

Support ArrowStringView from device in cudf::from_arrow_device#21385

Open
davidwendt wants to merge 13 commits intorapidsai:mainfrom
davidwendt:device-arrowview
Open

Support ArrowStringView from device in cudf::from_arrow_device#21385
davidwendt wants to merge 13 commits intorapidsai:mainfrom
davidwendt:device-arrowview

Conversation

@davidwendt
Copy link
Contributor

@davidwendt davidwendt commented Feb 9, 2026

Description

Allows reading a ArrowStringView type as input to cudf::from_arrow_device. The API will create an Arrow STRING_TYPE or LARGE_STRING_TYPE as appropriate within libcudf.

Closes #21352

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@davidwendt davidwendt self-assigned this Feb 9, 2026
@davidwendt davidwendt added feature request New feature or request 2 - In Progress Currently a work in progress libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Feb 9, 2026
@copy-pr-bot
Copy link

copy-pr-bot bot commented Feb 9, 2026

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.

@davidwendt
Copy link
Contributor Author

/ok to test

@davidwendt
Copy link
Contributor Author

/ok to test

@davidwendt davidwendt added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Feb 10, 2026
@davidwendt davidwendt marked this pull request as ready for review February 10, 2026 19:46
@davidwendt davidwendt requested a review from a team as a code owner February 10, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 - Ready for Review Ready for review by team feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEA] Support for importing ArrowStringView from device

2 participants