alamb commented on issue #18344:
URL: https://github.com/apache/datafusion/issues/18344#issuecomment-3746165474

   The current behavior is
   ```sql
   select
       array_agg(distinct col) within group (order by col)
   from source
   group by all
   ;
   Error during planning: WITHIN GROUP is only supported for ordered-set 
aggregate functions
   ```


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