v.20.3Bug Fix
Fixed Two-Level Aggregation Incompatibility in ClickHouse Versions 20.1 and Earlier
Fixed incompatibility of two-level aggregation between versions 20.1 and earlier. This incompatibility happens when different versions of ClickHouse are used on initiator node and remote nodes and the size ofGROUP BYresult is large and aggregation is performed by a singleStringfield. It leads to several unmerged rows for a single key in result. #10952 (alexey-milovidov).