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 2019/07/17 23:48:08 UTC

[GitHub] [incubator-druid] samarthjain commented on issue #8082: DumpSegment tool does not resolve type id 'quantilesDoublesSketchMerge'

samarthjain commented on issue #8082: DumpSegment tool does not resolve type id 'quantilesDoublesSketchMerge'
URL: https://github.com/apache/incubator-druid/issues/8082#issuecomment-512609900
 
 
   I ran into this issue too. The core reason is that various aggregators including quantilesDoubleSketch are not added in the AggregatorsModule. https://github.com/apache/incubator-druid/blob/master/processing/src/main/java/org/apache/druid/jackson/AggregatorsModule.java#L85
   
   Unfortunately, such extension aggregators cannot be added to this file since that would result in a circular dependency between druid-processing and the extension modules. @jihoonson or @gianm - any insights on how to fix this.
   
   Also, @quenlang, this is logged as a warning and shouldn't cause the process to fail. Was the segment not usable because of this?
   
   

----------------------------------------------------------------
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.
 
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