mirror of https://github.com/citusdata/citus.git
Single table repartition subqueries now support count(distinct column) and count(distinct (case when ...)) expressions. Repartition query extracts column used in aggregate expression and adds them to target list and group by list, master query stays the same (count (distinct ...)) but attribute numbers inside the aggregate expression is modified to reflect changes in repartition query. |
||
---|---|---|
.. | ||
data | ||
expected | ||
input | ||
output | ||
sql | ||
.gitignore | ||
Makefile | ||
multi_fdw_schedule | ||
multi_schedule | ||
pg_regress_multi.pl | ||
worker_schedule |