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

Re-implement regexp_replace via the vectorization helpers. #71

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

vgapeyev
Copy link
Contributor

@vgapeyev vgapeyev commented Aug 6, 2024

Fixes #50.

Our previous implementation was adapting the implementation from DataFusion, which in turn uses the same regexp crate.
The fact that it now behaves correctly indicates that something goes wrong in the DataFusion's implementation. That's a 3rd-party example that vectorization is easy to get wrong.

@vgapeyev vgapeyev changed the title Re-implement regexp_replace via the mapping helpers. Re-implement regexp_replace via the vectorization helpers. Aug 6, 2024
@vgapeyev vgapeyev merged commit bc18b22 into main Aug 6, 2024
1 check passed
@vgapeyev vgapeyev deleted the vlad/regexp_replace branch August 6, 2024 17:33
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.

regexp_replace() is broken
2 participants