You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/11/05 17:16:37 UTC

[GitHub] QiuMM opened a new issue #6578: can not infer which one is the count aggregator from segment metadata query result

QiuMM opened a new issue #6578: can not infer which one is the count aggregator from segment metadata query result
URL: https://github.com/apache/incubator-druid/issues/6578
 
 
   In `IncrementalIndex`  use `combiningAggregators`  to construct the `Metadata`, and the `CountAggregatorFactory`'s combining factory is  the `LongSumAggregatorFactory`. So when I post a segment metadata query, I can not infer which one is the count aggregator from the query result. Count aggregator info is important for me. Maybe  adding a field  in the `LongSumAggregatorFactory` to mark whether the original aggregator factory is `CountAggregatorFactory` or not. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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