v.20.6Bug Fix
Fix for groupArrayMoving and groupArrayMovingAvg Functions in Distributed Queries
The functiongroupArrayMoving*was not working for distributed queries. It's result was calculated within incorrect data type (without promotion to the largest type). The functiongroupArrayMovingAvgwas returning integer number that was inconsistent with theavgfunction. This fixes #12568. #12622 (alexey-milovidov).