v.24.8Bug Fix
Fix logical error in remote query GROUP BY with zero rows issue
FixLogical error: Expected the argument №N of type T to have X rows, but it has 0. The error could happen in a remote query with constant expression inGROUP BY(with a new analyzer). #67536 (Nikolai Kochetov).