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 2020/04/22 22:37:50 UTC

[GitHub] [druid] scrawfor edited a comment on issue #9736: HLLSketchMerge aggregator failing for some metrics after upgrade to v0.18

scrawfor edited a comment on issue #9736:
URL: https://github.com/apache/druid/issues/9736#issuecomment-618076075


   @AlexanderSaydakov Using native batch indexer, local Firehose, built the sketch over a string column.
   
   Here's the metric spec.
   ```json
    {
             "type": "HLLSketchBuild",
             "name": "unique_views_hll",
             "fieldName": "view_id",
             "lgK": 14,
             "tgtHllType": "HLL_4",
             "round": false
    },
   ```


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



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