Affected Version
The Druid version with sketches-core-0.13.1
Description
we updated to sketches-core-0.13.1 , because it Bug fix for Quantiles Sketches in direct mode.
then we found using thetaSketch in groupBy always return value no more than 16384(the size).
if set size to another value, such as 32768, the thetaSketch return <= 32768.
But thetaSketch in topN and timeseries return expected data
Then we roll back to sketches-core-0.12.0, thetaSketch works well.
But the Quantiles Sketches will has bug
@AlexanderSaydakov
Affected Version
The Druid version with sketches-core-0.13.1
Description
we updated to sketches-core-0.13.1 , because it Bug fix for Quantiles Sketches in direct mode.
then we found using thetaSketch in groupBy always return value no more than 16384(the size).
if set size to another value, such as 32768, the thetaSketch return <= 32768.
But thetaSketch in topN and timeseries return expected data
Then we roll back to sketches-core-0.12.0, thetaSketch works well.
But the Quantiles Sketches will has bug
@AlexanderSaydakov