You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by "abhishekagarwal87 (via GitHub)" <gi...@apache.org> on 2023/05/29 10:47:41 UTC

[GitHub] [druid] abhishekagarwal87 commented on issue #10154: NPE from CompactionTask

abhishekagarwal87 commented on issue #10154:
URL: https://github.com/apache/druid/issues/10154#issuecomment-1566951354

   It means that compaction cannot determine what aggregator factory to use for this metric column. One segment has the metric rolled up as max and one segment has that metric rolled up as sum. How would you rollup the metric in these two segments into one? Max or sum? What you can do is provide `metricsSpec` explicitly in your compaction spec. So you tell druid how the two values should be rolled up. 


-- 
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@druid.apache.org

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


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