-
Notifications
You must be signed in to change notification settings - Fork 313
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
Remove esql version #1849
Remove esql version #1849
Conversation
This reverts commit 821f2cc.
The last released Rally version 2.10.0 does not send the The IT tests are failing which is expected. Once elastic/elasticsearch#108919 is merged they should pass. |
Also, if we ever have to investigate ES|QL regression in the range of ES commits where |
Thanks for your comments @gbanasiak , very good points.
That sounds very reasonable! I expect that ES 8.15 will want to disallow
That is great to hear, thank you! |
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 assuming tests start passing once elastic/elasticsearch#108919 is in
elastic/elasticsearch#108919 is merged, so I've initiated CI re-runs. |
We will have to refrain from merging until ES change propagates to all serverless environments. |
buildkite test this please |
ES|QL in 8.14 will not require a
version
parameter in requests to_query
, after all.Remove the
version
parameter from the ES|QL runner, essentially reverting #1841.This should be merged only after elastic/elasticsearch#108919 is merged to avoid breakage.