Skip to content

[9.3] ESQL: Fix unresolved name pattern (#143210)#143374

Merged
elasticsearchmachine merged 1 commit intoelastic:9.3from
alex-spies:backport/9.3/pr-143210
Mar 2, 2026
Merged

[9.3] ESQL: Fix unresolved name pattern (#143210)#143374
elasticsearchmachine merged 1 commit intoelastic:9.3from
alex-spies:backport/9.3/pr-143210

Conversation

@alex-spies
Copy link
Copy Markdown
Contributor

Backports the following commits to 9.3:

Thanks @ebarlas for the find!

Supersedes elastic#143191.

* Fix `UnresolvedNamePatternTests` by actually ensuring that the equality is sensitive to changes of the `name`.
* Fix `UnresolvedNamePattern#equals` and `#hashCode` to account for differences in the `name`

We probably never saw problems from this in production because the name
is derived from the pattern. Basic equality methods should still work
correctly, however.
@alex-spies alex-spies added :Analytics/ES|QL AKA ESQL >bug auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) labels Mar 2, 2026
@elasticsearchmachine elasticsearchmachine merged commit a0b28bd into elastic:9.3 Mar 2, 2026
35 checks passed
@alex-spies alex-spies deleted the backport/9.3/pr-143210 branch March 2, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Analytics/ES|QL AKA ESQL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v9.3.2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants