v.21.11Bug Fixes
Fix Group By Issue in Distributed Queries with Mixed Version Shards
Fix incorrectGROUP BY(multiple rows with the same keys in result) in case of distributed query when shards had mixed versions<= 21.3and>= 21.4,GROUP BYkey had several columns all with fixed size, and two-level aggregation was activated (seegroup_by_two_level_thresholdandgroup_by_two_level_threshold_bytes). Fixes #29580. #29735 (Nikolai Kochetov).