-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
plan: handle DNF expressions in Selectivity
#9282
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9282 +/- ##
==========================================
+ Coverage 67.22% 67.24% +0.01%
==========================================
Files 371 371
Lines 77271 77299 +28
==========================================
+ Hits 51949 51978 +29
- Misses 20682 20685 +3
+ Partials 4640 4636 -4
Continue to review full report at Codecov.
|
/run-all-tests |
/run-all-tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@eurekaka We'd better to cherry pick this commit to release 2.1. |
* plan: handle DNF expressions in `Selectivity` (#9282) * update explain output
What problem does this PR solve?
Fix #8921
What is changed and how it works?
Consider DNF expressions when extracting ranges for estimation in
Selectivity
.Check List
Tests
Code changes
N/A
Side effects
N/A
Related changes
N/A