Skip to content

Remove ECast node from the Painless user tree#52915

Merged
jdconrad merged 7 commits intoelastic:masterfrom
jdconrad:trees11
Mar 3, 2020
Merged

Remove ECast node from the Painless user tree#52915
jdconrad merged 7 commits intoelastic:masterfrom
jdconrad:trees11

Conversation

@jdconrad
Copy link
Copy Markdown
Contributor

This change removes the ECast node from the user tree, so that there are no structural changes to the user tree making it structurally immutable. All generated casts are now built directly into the ir tree instead. This also removes the isNull member variable from AExpression because now an instanceof operator can be used instead of having to pass this information between potentially multiple levels of user tree nodes.

Relates to #49869

@jdconrad jdconrad added :Core/Infra/Scripting Scripting abstractions, Painless, and Mustache >refactoring v8.0.0 labels Feb 27, 2020
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Scripting)

Copy link
Copy Markdown
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

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

Looks good, a couple minor comments.

@jdconrad
Copy link
Copy Markdown
Contributor Author

jdconrad commented Mar 2, 2020

@rjernst Thanks for the review! Will merge as soon as CI passes.

@jdconrad jdconrad merged commit 5057d1d into elastic:master Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Core/Infra/Scripting Scripting abstractions, Painless, and Mustache >refactoring v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants