Skip to content
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

ESQL: Reduce the number of Evals ReplaceMissingFieldWithNull creates #104669

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

costin
Copy link
Member

@costin costin commented Jan 24, 2024

#104586 backport

Improve ReplaceMissingFieldWithNull to create just one eval (per
datatype) for the missing value and have the rest point to it. This
reduces the amount of EvalOperators created in the pipeline.
Preserve type information (one null eval per dataType) Fix subtle error in LocalPhysicalPlanOptimizer test

(cherry picked from commit d6f900c)

…lastic#104586)

Improve ReplaceMissingFieldWithNull to create just one eval (per
 datatype) for the missing value and have the rest point to it. This
 reduces the amount of EvalOperators created in the pipeline.
Preserve type information (one null eval per dataType)
Fix subtle error in LocalPhysicalPlanOptimizer test

Fix elastic#104583

(cherry picked from commit d6f900c)
@costin costin added backport :Analytics/ES|QL AKA ESQL v8.12.1 >bug auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) labels Jan 24, 2024
@elasticsearchmachine elasticsearchmachine merged commit 744db9e into elastic:8.12 Jan 24, 2024
15 checks passed
@costin costin deleted the backport/8.12/104586 branch January 24, 2024 01:54
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 v8.12.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants