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

[8.18] ESQL: Push down StartsWith and EndsWith functions to Lucene #124871

Open
wants to merge 4 commits into
base: 8.18
Choose a base branch
from

Conversation

ivancea and others added 3 commits March 14, 2025 12:43
…123381)

Fixes elastic#123067

Just like WildcardLike and RLike, some functions can be converted to Lucene queries. Here it's those two, which are nearly identical to WildcardLike

This, like some other functions, needs a FoldContext. I'm using the static method for this here, but it's fixed in elastic#123398, which I kept separated as it changes many files
…With Lucene pushdown (elastic#124764)

Continuation of elastic#124641, after different issues arised.

Closes elastic#124693
Closes elastic#124745

The failing BWC tests are checking <8.14 mixed cluster nodes, and SingleValueQuery is sometimes emitting warnings with an empty source.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL backport >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.18.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants