korowa commented on PR #11734:
URL: https://github.com/apache/datafusion/pull/11734#issuecomment-2260996144

   > There is something strange going on with AVG in this query -- it is giving 
different answers when convert to state is enabled vs not. Maybe it is due to 
float rounding, but I am not confident
   
   Kind of expected -- result set is sorted by `COUNT(*)` which equals 2 for 
only 4 records, and 1 for all other records, so this ordering may be considered 
as nondeterministic.
   
   I've got different results after two consecutive runs even on main branch 
(without any skipped aggregation).


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