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/12/18 21:21:49 UTC

[GitHub] [incubator-druid] samarthjain opened a new issue #9069: Fix tdigest aggregators to handle null values and enable them to be used for rollup during ingestion

samarthjain opened a new issue #9069: Fix tdigest aggregators to handle null values and enable them to be used for rollup during ingestion
URL: https://github.com/apache/incubator-druid/issues/9069
 
 
   Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes").
   
   ### Affected Version
   0.16.0
   The Druid version where the problem was encountered.
   0.16.0
   ### Description
   During our local testing I ran into an issue where the t-digest aggregators throw an NPE when a null value is encountered. Additionally, while doing the ingestion, it turned out that the aggregators need to implement the `makeAggregateCombiner` interface. While this worked fine in 0.12.0, something has changed from then which makes this an explicit requirement. 
   
   

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