v.21.1Backward Incompatible Changes
Allow Extended Integer Types in avg and avgWeighted Functions
Allow using extended integer types (Int128,Int256,UInt256) inavgandavgWeightedfunctions. Also allow using different types (integer, decimal, floating point) for value and for weight inavgWeightedfunction. This is a backward-incompatible change: now theavgandavgWeightedfunctions always returnFloat64(as documented). Before this change the return type forDecimalarguments was alsoDecimal. #15419 (Mike).