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

[7.x] SQL: Improve the optimization of null conditionals (#71192) #71270

Merged
merged 1 commit into from
Apr 3, 2021

Conversation

costin
Copy link
Member

@costin costin commented Apr 3, 2021

Backports the following commits to 7.x:

Enhance the existing rules so that
Coalesce(ex) -> ex
NullIf(a, a) -> null
NullIf(null, a) -> null
NullIf(a, null) -> a
@costin costin self-assigned this Apr 3, 2021
@costin costin added backport Team:QL (Deprecated) Meta label for query languages team labels Apr 3, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-ql (Team:QL)

@costin
Copy link
Member Author

costin commented Apr 3, 2021

@elasticmachine run elasticsearch-ci/1

@costin costin added the v7.13.0 label Apr 3, 2021
@costin costin merged commit a42a72d into elastic:7.x Apr 3, 2021
@costin costin deleted the backport/7.x/pr-71192 branch April 3, 2021 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Team:QL (Deprecated) Meta label for query languages team v7.13.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants