-
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
statistics: build the table analysis job queue #51045
statistics: build the table analysis job queue #51045
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #51045 +/- ##
=================================================
- Coverage 72.3987% 54.9652% -17.4335%
=================================================
Files 1467 1577 +110
Lines 361889 604567 +242678
=================================================
+ Hits 262003 332302 +70299
- Misses 80662 249375 +168713
- Partials 19224 22890 +3666
Flags with carried forward coverage won't be shown. Click here to find out more.
|
/retest |
1 similar comment
/retest |
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.
🔢 Self-check
df91498
to
6defd3c
Compare
a4ec4df
to
ecfd0f0
Compare
80d8173
to
dc39e50
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.
🔢 Self-check
3194ad4
to
c6179cc
Compare
Signed-off-by: hi-rustin <[email protected]> refactor: rename Signed-off-by: hi-rustin <[email protected]> refactor: remove partition part Signed-off-by: hi-rustin <[email protected]> refactor: use common functions from exec Signed-off-by: hi-rustin <[email protected]> fix: use exec Signed-off-by: hi-rustin <[email protected]> feat: calculate time and size Signed-off-by: hi-rustin <[email protected]> test: add test case Signed-off-by: hi-rustin <[email protected]> test: add more cases Signed-off-by: hi-rustin <[email protected]> fix: make clippy happy Signed-off-by: hi-rustin <[email protected]> fix: set txn correctly Signed-off-by: hi-rustin <[email protected]> fix: use physical time Signed-off-by: hi-rustin <[email protected]> chroe: add TODO Signed-off-by: hi-rustin <[email protected]> fix: make lint happy Signed-off-by: hi-rustin <[email protected]> fix: compile issue Signed-off-by: hi-rustin <[email protected]> fix: build issue Signed-off-by: hi-rustin <[email protected]> fix: compile issue Signed-off-by: hi-rustin <[email protected]> fix: build issue Signed-off-by: hi-rustin <[email protected]> refactor: better code Signed-off-by: hi-rustin <[email protected]> tests: add more cases Signed-off-by: hi-rustin <[email protected]> test: add more cases Signed-off-by: hi-rustin <[email protected]> test: add more cases Signed-off-by: hi-rustin <[email protected]> Update header and rename Signed-off-by: hi-rustin <[email protected]> fix: typo Signed-off-by: hi-rustin <[email protected]>
c6179cc
to
2710770
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.
🔢 Self-check
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hawkingrei, qw4990 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
What problem does this PR solve?
Issue Number: ref #50132
Problem Summary:
What changed and how does it work?
Description
This pull request completes the process for analyzing non-partitioned tables in the job queue.
It calculates three metrics:
There is also a dummy calculator added, I will implement it after this PR is done.
Explanation of Changes
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.