Mark1626 commented on PR #20460:
URL: https://github.com/apache/datafusion/pull/20460#issuecomment-3979845438

   I fixed the issue with `single_distinct_to_groupby`, `count(distinct a, a)` 
is rewritten as `count(distinct a)`.
   
   The slliding accumulator isn't supporting distinct on multi column at the 
moment and is showing an incorrect result right now, I'll see if I can re-use 
the new accumulator there


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to