Skip to content

fix: regexp_match skips first match#3807

Merged
tustvold merged 1 commit into
apache:masterfrom
Weijun-H:fix-regexp_match
Mar 7, 2023
Merged

fix: regexp_match skips first match#3807
tustvold merged 1 commit into
apache:masterfrom
Weijun-H:fix-regexp_match

Conversation

@Weijun-H

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

Copy link
Copy Markdown
Member

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 thread arrow-string/src/regexp.rs Outdated
Comment on lines 185 to 187

Copy link
Copy Markdown
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

tustvold commented Mar 6, 2023

Copy link
Copy Markdown
Contributor

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