Skip to content

docs: Add blog post about hidden traps of regex in LIKE and split#16673

Closed
mbasmanova wants to merge 1 commit intofacebookincubator:mainfrom
mbasmanova:export-D95671491
Closed

docs: Add blog post about hidden traps of regex in LIKE and split#16673
mbasmanova wants to merge 1 commit intofacebookincubator:mainfrom
mbasmanova:export-D95671491

Conversation

@mbasmanova
Copy link
Contributor

Summary:
Blog post explaining how LIKE and Spark's split use regex under the hood,
leading to correctness bugs and performance traps when patterns or delimiters
come from columns. Discusses why raising the compiled regex limit is the wrong
fix and what users and engine developers should do instead.

Differential Revision: D95671491

Summary:
Blog post explaining how LIKE and Spark's split use regex under the hood,
leading to correctness bugs and performance traps when patterns or delimiters
come from columns. Discusses why raising the compiled regex limit is the wrong
fix and what users and engine developers should do instead.

Differential Revision: D95671491
@netlify
Copy link

netlify bot commented Mar 7, 2026

Deploy Preview for meta-velox ready!

Name Link
🔨 Latest commit 1f820b1
🔍 Latest deploy log https://app.netlify.com/projects/meta-velox/deploys/69ac04af0597600008d11273
😎 Deploy Preview https://deploy-preview-16673--meta-velox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@meta-codesync
Copy link

meta-codesync bot commented Mar 7, 2026

@mbasmanova has exported this pull request. If you are a Meta employee, you can view the originating Diff in D95671491.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 7, 2026
Copy link
Contributor

@amitkdutta amitkdutta left a comment

Choose a reason for hiding this comment

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

Great write up. Thanks @mbasmanova

@meta-codesync
Copy link

meta-codesync bot commented Mar 7, 2026

This pull request has been merged in acbb96c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants