v.20.5Backward Incompatible Changes

Return Zero for COUNT(DISTINCT) and uniq Functions When All Values Are NULL

Return non-Nullable result from COUNT(DISTINCT), and uniq aggregate functions family. If all passed values are NULL, return zero instead. This improves SQL compatibility. #11661 (alexey-milovidov).