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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
