You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "rohanjain101 (via GitHub)" <gi...@apache.org> on 2023/04/05 19:26:12 UTC

[GitHub] [arrow] rohanjain101 commented on issue #34909: Incorrect average result with int64 array

rohanjain101 commented on issue #34909:
URL: https://github.com/apache/arrow/issues/34909#issuecomment-1498004791

   It seems like mean is calculated by taking sum divided by count, instead of doing it iteratively, which will not handle overflow case correctly.


-- 
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-unsubscribe@arrow.apache.org

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