Skip to content

[GLUTEN-11016][VL] Validate regex pattern of spilt function#11017

Merged
yaooqinn merged 2 commits intoapache:mainfrom
wForget:GLUTEN-11016
Nov 5, 2025
Merged

[GLUTEN-11016][VL] Validate regex pattern of spilt function#11017
yaooqinn merged 2 commits intoapache:mainfrom
wForget:GLUTEN-11016

Conversation

@wForget
Copy link
Copy Markdown
Member

@wForget wForget commented Nov 4, 2025

What changes are proposed in this pull request?

Validate regex pattern of spilt function

closes #11016

How was this patch tested?

before:

image

after this :

image

@github-actions github-actions Bot added the VELOX label Nov 4, 2025
"regexp_replace",
"rlike"};
"rlike",
"split"};
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.

Can we add a test for this?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Can we add a test for this?

Sure, I will add a test case later.

@wForget wForget requested a review from jackylee-ch November 5, 2025 01:26
@yaooqinn yaooqinn merged commit a8f3f0c into apache:main Nov 5, 2025
99 of 100 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[VL] "invalid regular expression" error on split function

4 participants