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

Fixes issue in regex_substr_4 function when regex has groupings. #372

Merged
merged 2 commits into from
Jul 11, 2023

Conversation

mswapnilG
Copy link
Contributor

Like regex_substr_5, after successful regex match regex_substr_4 should return entire matched substring and not just the first group that is matched. With this fix, UDF exhibits the behavior that is consistent with other regex UDFs such as cw_regex_extract, cw_regex_substr_5 etc.

Like `regex_substr_5`, after successful regex match `regex_substr_4`
should return entire matched substring and not just the first group
that is matched. With this fix, UDF exhibits the behavior that is
consistent with other regex UDFs such as `cw_regex_extract`,
`cw_regex_substr_5` etc.
@danieldeleo danieldeleo merged commit e2e9b69 into GoogleCloudPlatform:master Jul 11, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants