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

fix: regexp_match skips first match #3807

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

Weijun-H
Copy link
Member

@Weijun-H Weijun-H commented Mar 6, 2023

Which issue does this PR close?

Closes #3803

Rationale for this change

The regexp_match function currently only ignores the first match when there are multiple group matches.

What changes are included in this PR?

Are there any user-facing changes?

@github-actions github-actions bot added the arrow Changes to the arrow crate label Mar 6, 2023
Comment on lines 185 to 187

dbg!(array);

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
dbg!(array);

@tustvold
Copy link
Contributor

tustvold commented Mar 6, 2023

I've left a comment on the ticket - #3803 (comment)

I'm not sure this is actually a bug

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.

regexp_match skips first match when returning match
2 participants