Details
- 
    
New Feature
 - 
    Status: Closed (View Workflow)
 - 
    
Major
 - 
    Resolution: Fixed
 - 
    1.2
 - 
    None
 
- 
        2018-20, 2018-21, 2019-01, 2019-02, 2019-03
 
Description
The SUM and AVG functions have logic to overflow from integer to double arithmetic when overflow occurs in int64. However, this logic is #defined out of the standard build.
The default logic should be to overflow into double if necessary, rather than aborting the query.