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

[arrow-string] Implement string view support for regexp_match #6849

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tlm365
Copy link
Contributor

@tlm365 tlm365 commented Dec 6, 2024

Which issue does this PR close?

Closes #6717.

Rationale for this change

What changes are included in this PR?

Add support string view (Utf8View) for regexp_match, unit tests.

Are there any user-facing changes?

More type support for regexp_match.

@github-actions github-actions bot added the arrow Changes to the arrow crate label Dec 6, 2024
@tlm365 tlm365 marked this pull request as ready for review December 6, 2024 18:17
@alamb
Copy link
Contributor

alamb commented Dec 18, 2024

Thank you for this PR @tlm365 -- I apologize for the delay in reviewing. I believe @wiedld plans to help review this PR later today

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement regexp_match, regexp_scalar_match and regexp_array_match for StringViewArray
2 participants