-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
add integration tests for access path selection #9212
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9212 +/- ##
==========================================
+ Coverage 67.17% 67.17% +<.01%
==========================================
Files 372 372
Lines 77656 77656
==========================================
+ Hits 52162 52165 +3
+ Misses 20834 20832 -2
+ Partials 4660 4659 -1
Continue to review full report at Codecov.
|
PTAL~ @winoros @lamxTyler |
Add a more wrong index selection case. PTAL~ @lamxTyler |
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
One more bad case involving unknown correlation between columns has been added. |
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
/run-all-tests |
What problem does this PR solve?
Add two integration tests for access path selection.
What is changed and how it works?
Add two files
access_path_selection.text
andaccess_path_selection.result
to store test SQL and results correspondingly.Check List
Tests
Code changes
Side effects
Related changes