v.20.5Bug Fix
Disable Default GROUP BY Sharding Key Optimization and Fix WITH ROLLUP/CUBE/TOTALS
Disable GROUP BY sharding_key optimization by default (optimize_distributed_group_by_sharding_keyhad been introduced and turned of by default, due to trickery of sharding_key analyzing, simple example isifin sharding key) and fix it for WITH ROLLUP/CUBE/TOTALS. #10516 (Azat Khuzhin).