-
Notifications
You must be signed in to change notification settings - Fork 25.6k
EQL: Obey size request parameter #59014
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
While at it, change the default size to 10 (to align it with the search API defaults).
|
Pinging @elastic/es-ql (:Query Languages/EQL) |
astefan
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.
I think we should also update the HLRC default for size: https://github.com/elastic/elasticsearch/blob/master/client/rest-high-level/src/main/java/org/elasticsearch/client/eql/EqlSearchRequest.java#L46
|
Thanks - I'll follow-up with a different PR that touches the request to introduce the notion of fetch size (that is how big the page is when looking for join/sequences). |
UnresolvedRelation does not care about its source during equality hence ignore it when doing randomized mutations. Relates #59014
While at it, change the default size to 10 (to align it with the search API defaults). (cherry picked from commit 4579593)
Pass default size through a dedicated head/tail added at parsing.
While at it, change the default size to 10 (to align it with the search
API defaults).