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/06/26 20:02:16 UTC

[GitHub] [incubator-druid] AlexanderSaydakov commented on issue #7940: Find exception when use thetaSketch INTERSECT topN Query type with Broker result level Cache

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