-
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
planner, executor: support fast analyze in planner and executor's builder. #10040
Conversation
PTAL @lamxTyler @zz-jason @erjiaqing , another unsubmitted PR "fast analyze execution" is blocked by this one. |
Codecov Report
@@ Coverage Diff @@
## master #10040 +/- ##
================================================
- Coverage 78.1141% 78.0454% -0.0688%
================================================
Files 405 405
Lines 82044 82156 +112
================================================
+ Hits 64088 64119 +31
- Misses 13248 13331 +83
+ Partials 4708 4706 -2 |
5969886
to
afbbe21
Compare
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
PTAL. @winoros |
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?
A sub PR for fast analyze. Reference: #9973
Pre-requirement PR: #10039
What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes