mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
Fixes a potential NPE which could occur while folding the HllSketchAggregator. If the sketch is null, druid could return a null HllSketchHolder object. Adding a null check here could help here Resolves a null pointer exception in HllSketchAggregatorFactory