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

Add stream parameter to public cudf::strings::split APIs #13997

Merged
merged 4 commits into from
Aug 31, 2023

Conversation

davidwendt
Copy link
Contributor

Description

Adds a stream parameter to the libcudf cudf:strings::split(), cudf:strings::rsplit(), cudf:strings::split_record(), cudf:strings::rsplit_record() APIs.
Change needed for work in #13891

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 added feature request New feature or request 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Aug 29, 2023
@davidwendt davidwendt self-assigned this Aug 29, 2023
@davidwendt davidwendt marked this pull request as ready for review August 29, 2023 21:24
@davidwendt davidwendt requested a review from a team as a code owner August 29, 2023 21:24
@davidwendt davidwendt requested review from vyasr and nvdbaranec August 29, 2023 21:24
* @param strings_column Strings instance for this operation.
* @param delimiter UTF-8 encoded string indicating the split points in each string.
* @param strings_column Strings instance for this operation
* @param delimiter UTF-8 encoded string indicating the split points in each string;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a huge fan of the semicolon changes, but don't want to spend too much effort on that discussion.

Copy link
Contributor

@vyasr vyasr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. CI should be unblocked when #14018 merges

@davidwendt
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit a8d3597 into rapidsai:branch-23.10 Aug 31, 2023
@davidwendt davidwendt deleted the stream-strings-split branch October 4, 2023 15:01
rapids-bot bot pushed a commit that referenced this pull request Oct 11, 2023
Follow on to PR #13997 which did not include all the split APIs or a stream test.
Add stream parameter to public APIs:

- `cudf::strings::partition()`
- `cudf::strings::rpartition()`
- `cudf::strings::split_re()`
- `cudf::strings::rsplit_re()`
- `cudf::strings::split_record_re()`
- `cudf::strings::rsplit_record_re()`

Also cleaned up some of the doxygen comments. 

Reference #13744

Authors:
  - David Wendt (https://github.com/davidwendt)

Approvers:
  - Mark Harris (https://github.com/harrism)
  - Bradley Dice (https://github.com/bdice)
  - Nghia Truong (https://github.com/ttnghia)

URL: #14247
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.

4 participants