You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "Jackie-Jiang (via GitHub)" <gi...@apache.org> on 2023/03/16 18:26:38 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #10300: Combine value aggregator interfaces

Jackie-Jiang commented on issue #10300:
URL: https://github.com/apache/pinot/issues/10300#issuecomment-1472516778

   For some context, the contract over these 2 interfaces are different:
   - For the segment processing framework (roll-up), the input and output type for the aggregation must be the same because the values are stored back to the original column
   - For the star-tree creation, the aggregated values are stored in a separate column, thus it is not required to have input and output the same type


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org