Github user HeartSaVioR commented on the issue:
https://github.com/apache/storm/pull/1635
Fixed handling return type of AVG(<field>).
If the type of field is a fixed number, AVG() does floor division and
returns quotient, and if the type of field is a floating number, AVG() does
division and returns floating point.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---