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

[gpuCI] Forward-merge branch-21.08 to branch-21.10 [skip ci] #8837

Merged
merged 1 commit into from
Jul 23, 2021

Conversation

GPUtester
Copy link
Collaborator

Forward-merge triggered by push to branch-21.08 that creates a PR to keep branch-21.10 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.

Fixes: #8832 

This PR fixes `contains` check in the `StringColumn`.  We were using `f"^{item}$"` to generate a regex and do a `contains_re` to check for an exact match for `item` in the `StringColumn`, but this approach would break if `item` by itself has some regex special characters, so replaced these checks with `libcudf.search.contains` which does the exact check for `item` in the `StringColumn`.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Ram (Ramakrishna Prabhu) (https://github.com/rgsl888prabhu)
  - Charles Blackmon-Luca (https://github.com/charlesbluca)

URL: #8834
@GPUtester GPUtester requested a review from a team as a code owner July 23, 2021 03:50
@GPUtester GPUtester requested review from vyasr and brandon-b-miller and removed request for a team July 23, 2021 03:50
@GPUtester GPUtester merged commit be25a30 into branch-21.10 Jul 23, 2021
@GPUtester
Copy link
Collaborator Author

SUCCESS - forward-merge complete.

@github-actions github-actions bot added the Python Affects Python cuDF API. label Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants