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/04/18 04:20:04 UTC

[GitHub] [incubator-druid] es1220 opened a new pull request #7504: Fix aggregatorFactory meta merge exception

es1220 opened a new pull request #7504: Fix aggregatorFactory meta merge exception
URL: https://github.com/apache/incubator-druid/pull/7504
 
 
   Fix HllSketch Metadata merge Exception 
   
   A `segmentMetadata` query with` merge = true` raises an exception because it does not implement the `getMergingFactory` method.
   ```json
   {
       "error": "Unknown exception",
       "errorMessage": "[io.druid.query.aggregation.datasketches.hll.HllSketchMergeAggregatorFactory] does not implement getMergingFactory(..)",
       "errorClass": "io.druid.java.util.common.UOE",
       "host": null
   }
   ```

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