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 2020/06/17 18:11:48 UTC

[GitHub] [druid] gianm edited a comment on issue #10011: Druid SQL Differing Results When Grouping By 1 Column vs 1 Col With Dummy Column

gianm edited a comment on issue #10011:
URL: https://github.com/apache/druid/issues/10011#issuecomment-645536410


   > Also, "useApproximateTopN": false seems to be ingored. From the documentation, it sounded like this should replace topN with groupBy, but it doesn't seem to have that effect.
   
   Btw, I believe this is working as intended: the topN that did get planned is not an approximate one (lexicographic topNs are exact), so it's still allowed even when useApproximateTopN is false.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org