AlexanderSaydakov commented on issue #7940: Find exception when use thetaSketch 
INTERSECT topN Query  type with Broker result level Cache
URL: 
https://github.com/apache/incubator-druid/issues/7940#issuecomment-506023866
 
 
   I believe your problem is caused by your aggregation parameter  
"shouldFinalize":true. This means that the result of the aggregation is not a 
sketch, but a distinct count estimate obtained from the sketch. So you are 
trying to intersect two double values instead of two sketches. Just remove that 
parameter from both aggregations and try again.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to