Skip to content

[9.0] ESQL: make AttributeMap and AttributeSet immutable (#125938) #126207

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

Merged
merged 2 commits into from
Apr 3, 2025

Conversation

bpintea
Copy link
Contributor

@bpintea bpintea commented Apr 3, 2025

This will allow reusing them in the plan analysis and skip recreating them in UnaryPlan/UnaryExec when not needed. Introduce/adjust builders for them, which are now the only way to use a modifiable map/set.

Related #124395

(cherry picked from commit 2b512bc)

This will allow reusing them in the plan analysis and skip recreating them in UnaryPlan/UnaryExec when not needed.
Introduce/adjust builders for them, which are now the only way to use a modifiable map/set.

Related elastic#124395

(cherry picked from commit 2b512bc)
@bpintea bpintea added >refactoring backport auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) :Analytics/ES|QL AKA ESQL v9.0.1 labels Apr 3, 2025
@elasticsearchmachine elasticsearchmachine merged commit af471fe into elastic:9.0 Apr 3, 2025
16 checks passed
@bpintea bpintea deleted the port/9.0_125938 branch April 3, 2025 13:18
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 >refactoring v9.0.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants