alamb commented on PR #11734: URL: https://github.com/apache/datafusion/pull/11734#issuecomment-2261021277
I debugged this a bit more and I think the issue may be that `AVG` uses `Float64` internally to accumulate the sum, and since this column has giant integers that can't fit into a float64 precisely, the order of operations affects the final output. I will update the test to use a column other than this giant int64 column I think -- 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]
