-
Notifications
You must be signed in to change notification settings - Fork 1.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
[Feature] Refactor to support DataSketches Quantile、Theta、Frequency Sketches #53701
base: main
Are you sure you want to change the base?
Conversation
… Sketches. Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
… Sketches. Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
@chenminghua8 Thank you for your contribution. Every new function should be reviewed and discussed on their interface. Would you like to split this PR into separate PR for each function? |
@alvin-celerdata How about splitting it into the following 4 RPs: 1. Refactor to support Quantile/Theta/Frequency Sketches; 2. Support Theta Sketches; 3. Support Quantile Sketches; 4. Support Frequency Sketches. |
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
…cks into support_dataSketches
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
…cks into support_dataSketches
…cks into support_dataSketches
Signed-off-by: chenminghua8 <cmptmn@126.com>
Signed-off-by: chenminghua8 <cmptmn@126.com>
|
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 24 / 25 (96.00%) file detail
|
[BE Incremental Coverage Report]✅ pass : 132 / 140 (94.29%) file detail
|
Why I'm doing:
What I'm doing:
In order to support DataSketches Quantile, Theta, and Frequency Sketches, HllSketchAggregateFunction was refactored as follows:
Fixes #50671
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: