alamb commented on PR #12085:
URL: https://github.com/apache/datafusion/pull/12085#issuecomment-2302017338

   Thanks @HuSen8891  -- I double checked and it does seem to be fixed on main. 
However, I don't think we have the test. 
   
   Could you please update the PR to just have the additional test? 
   
   ```sql
   DataFusion CLI v41.0.0
   > create table empty;
   0 row(s) fetched.
   Elapsed 0.007 seconds.
   
   > select distinct count() from empty;
   +---------+
   | count() |
   +---------+
   | 0       |
   +---------+
   1 row(s) fetched.
   Elapsed 0.010 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