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: Unique ids when replacing missing fields #125656

Conversation

alex-spies
Copy link
Contributor

Fix #121754

Branched off #125462, but with a different solution.

Requires more local logical plan optimizer tests before this should be merged.

@elasticsearchmachine
Copy link
Collaborator

Hi @alex-spies, I've created a changelog YAML for you.

Don't try to optimize for multiple occurrences of the same, missing
field attr in a projection. That can't occur, anyway, as it would breach
our invariants.
}
} else if (plan instanceof Project) {
// Only create null literals for newly encountered missing fields
plan = resolveAlreadyReplacedAttributes(plan, fieldAttrReplacedBy);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is problematic, see #110373

@alex-spies
Copy link
Contributor Author

The present approach could lead to class cast exceptions; fixing this introduces incidental complexity. Closing.

@alex-spies alex-spies closed this Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ES|QL: NullPointerException planning EVAL
3 participants