HaoYang670 commented on issue #1623:
URL: 
https://github.com/apache/arrow-datafusion/issues/1623#issuecomment-1033278758


   I am curious about why 
   ```sql
   ❯ select count(distinct stop_name), trip_tid from stops group by trip_tid 
limit 10;
   ```
   works,
   but
   ```sql
   ❯ select count(*), count(distinct stop_name), trip_tid  from stops group by 
trip_tid limit 10;
   ```
   does not work.
   


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


Reply via email to