-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Backport moving scoring in ES|QL out of snapshot into 8.x #120905
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
* Move scoring in ES|QL out of snapshot --------- Co-authored-by: Carlos Delgado <[email protected]> (cherry picked from commit 1b1296e)
…20538) * Revert unwanted ES|QL lexer changes from PR elastic#120354 * Update docs/changelog/120538.yaml (cherry picked from commit 04b5b7a)
Documentation preview: |
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Hi @tteofili, I've created a changelog YAML for 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.
I think we should do some cleaning of the changelog YAMLs, as otherwise we'll get some release notes that users could be confused about.
Just realising it now, we can probably remove some of the guards in tests:
assumeTrue("'METADATA _score' is disabled", EsqlCapabilities.Cap.METADATA_SCORE.isEnabled());
, for example in PhysicalPlanOptimizerTests.
That can be done as a follow up. Sorry for coming up with this so late in the process.
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.
I don't think any of these changelog should be added? We already should have the changelog for the scoring change, the others should not be needed (this should be a >non-issue
IMO)
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.
thanks @carlosdelest , very good points !
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.
added #120940 to remove the mentioned assertions in tests
…earch into esql_scoring_nosnap_8x
see #120354