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

rewrite NOT expressions for cleaner plans #8987

Merged
merged 2 commits into from
Oct 13, 2021

Conversation

systay
Copy link
Collaborator

@systay systay commented Oct 13, 2021

Description

Since we were already doing some expression rewriting, this PR adds to that, simplifying NOT expressions to make life easier on the planner. This change affects both the V3 and the Gen4 planner.

It also contains a bit of cleanup - removing unused code.

Related Issue(s)

#7280

Checklist

  • Tests were added or are not required
  • Documentation was added or is not required

@systay systay added Component: Query Serving release notes Type: Enhancement Logical improvement (somewhere between a bug and feature) labels Oct 13, 2021
Copy link
Member

@frouioui frouioui left a comment

Choose a reason for hiding this comment

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

ship it 🚀

Signed-off-by: Andres Taylor <[email protected]>
@systay systay merged commit b33fa76 into vitessio:main Oct 13, 2021
@systay systay deleted the rewrite-nots branch October 13, 2021 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Query Serving Type: Enhancement Logical improvement (somewhere between a bug and feature)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants