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

   I agree -- thanks @findepi 
   
   I double checked and indeed it is no longer reproduceable
   
   ```sql
   andrewlamb@Andrews-MacBook-Pro-2:~/Downloads$ datafusion-cli
   DataFusion CLI v39.0.0
   > create external table stops stored as parquet location '2021-11.parquet';
   0 row(s) fetched.
   Elapsed 0.027 seconds.
   
   > select count(*), count(distinct stop_name), trip_tid  from stops group by 
trip_tid limit 10;
   +----------+---------------------------------+----------+
   | count(*) | count(DISTINCT stops.stop_name) | trip_tid |
   +----------+---------------------------------+----------+
   | 7        | 0                               | 54776439 |
   | 7        | 0                               | 54776447 |
   | 8        | 0                               | 54776412 |
   | 6        | 0                               | 54776432 |
   | 25       | 0                               | 54775709 |
   | 17       | 0                               | 54775749 |
   | 25       | 0                               | 54775832 |
   | 12       | 0                               | 54775839 |
   | 17       | 0                               | 54775833 |
   | 14       | 0                               | 54775738 |
   +----------+---------------------------------+----------+
   10 row(s) fetched.
   Elapsed 0.052 seconds.
   
   ```


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to