Description
The new aggregation code path does not support distinct counting on multiple colums. For example:
SELECT COUNT(DISTINCT a, b) FROM c
The new aggregation code path does not support distinct counting on multiple colums. For example:
SELECT COUNT(DISTINCT a, b) FROM c