-
Notifications
You must be signed in to change notification settings - Fork 25.7k
SQL: Fix RLIKE bug and improve testing for RLIKE statement #40354
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
Conversation
* Add integration tests for RLIKE * Polish the rest of tests
|
Pinging @elastic/es-search |
|
@elasticmachine run elasticsearch-ci/packaging-sample |
1 similar comment
|
@elasticmachine run elasticsearch-ci/packaging-sample |
matriv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| return field().foldable(); | ||
| } | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary whitespace
|
@elasticmachine run elasticsearch-ci/packaging-sample |
matriv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
costin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Refactor RegexMatch to support both LIKE and RLIKE * Add integration tests for RLIKE * Polish the rest of tests (cherry picked from commit 7562d6e)
* Refactor RegexMatch to support both LIKE and RLIKE * Add integration tests for RLIKE * Polish the rest of tests (cherry picked from commit 7562d6e)
* Refactor RegexMatch to support both LIKE and RLIKE * Add integration tests for RLIKE * Polish the rest of tests (cherry picked from commit 7562d6e)
This PR mainly fixes a bug similar with #39931 (but for RLIKE statement) by slightly refactoring RegexMatch/Like/RLike classes and adds integration tests for RLIKE.
Fixes #34609.