-
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
statistics: add default value of CMSketch for Analyze
(#19455)
#19927
statistics: add default value of CMSketch for Analyze
(#19455)
#19927
Conversation
Signed-off-by: ti-srebot <[email protected]>
/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
/merge |
Sorry @qw4990, you don't have permission to trigger auto merge event on this branch. |
/run-all-tests |
1 similar comment
/run-all-tests |
/build |
/run-all-tests |
/merge |
Sorry @lzmhhh123, you don't have permission to trigger auto merge event on this branch. |
/merge |
Your auto merge job has been accepted, waiting for:
|
/run-all-tests |
Integrity check: Please comment /info to get template |
Please edit this comment to complete the following informationNot a bug
Duplicate bug
BugNote: Make Sure that 'component', and 'severity' labels are added 1. Root Cause Analysis (RCA)2. Symptom3. All Trigger Conditions4. Workaround (optional)5. Affected versions6. Fixed versions |
cherry-pick #19455 to release-4.0
What problem does this PR solve?
Issue Number: close #19343
Problem Summary:
Add default value of CMSketch for
Analyze
What is changed and how it works?
We use
count / NDV
in CMSketch as default value. This means count and NDV are not include topN.Proposal: xxx
What's Changed:
count / NDV
as default value.queryHashValue
, ifres
is 0 before the noise is eliminated, the default value is not used.Check List
Tests
Side effects
Release note