snleee opened a new issue, #10300:
URL: https://github.com/apache/pinot/issues/10300

   We have 2 value aggregator interfaces:
   
   1. `org.apache.pinot.core.segment.processing.aggregator.ValueAggregator`: 
Used in the segment processing framework (mostly used by minion tasks)
   2. `org.apache.pinot.segment.local.aggregator.ValueAggregator`: Used by 
startree generation/aggregation config.
   
   We can combine these aggregators to have the feature parity among all 
aggregation related features (merge/rollup, startree index, realtime aggregate 
metrics).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to