-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Extend the merge rollup task capabilities #14355
Extend the merge rollup task capabilities #14355
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #14355 +/- ##
============================================
+ Coverage 61.75% 63.87% +2.12%
- Complexity 207 1580 +1373
============================================
Files 2436 2674 +238
Lines 133233 146819 +13586
Branches 20636 22515 +1879
============================================
+ Hits 82274 93783 +11509
- Misses 44911 46105 +1194
- Partials 6048 6931 +883
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
77b3e0e
to
b604850
Compare
Taking a look @davecromberge |
...rc/main/java/org/apache/pinot/plugin/minion/tasks/mergerollup/DimensionValueTransformer.java
Show resolved
Hide resolved
Adds the capability to erase dimension values from a merged segment before rollup to reduce cardinality and increase the degree to which common dimension coordinates are aggregated. This can result in a space saving for some dimensions which are not important in historic data. See: apache#14310
909967d
to
da8fa71
Compare
- apache/pinot#14355 - apache/pinot#14373 - apache/pinot#14625 Documents configuration introduced in aforementioned pull requests.
Merge rollup task feature enhancement
Adds the capability to erase dimension values from a merged segment before rollup to reduce cardinality and increase the degree to which common dimension coordinates are aggregated. This can result in a space saving for some dimensions which are not important in historic data.
See: #14310
release-notes
: