mirror of
https://github.com/apache/druid.git
synced 2025-03-02 15:29:10 +00:00
i.e., aggregations like COUNT(DISTINCT CASE WHEN x THEN y END). This patch also changes complex columns to report as nullable, which is required for them to type-check properly when used in these kinds of filtered aggregations.