[
https://issues.apache.org/jira/browse/IGNITE-14544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17344005#comment-17344005
]
Alexey Goncharuk commented on IGNITE-14544:
-------------------------------------------
[~tledkov-gridgain] do we have the {{AggregateExpandDistinctAggregatesRule}}
enabled? Looks like it can reduce the distinct aggregates to {{GROUP BY}} /
{{JOIN}} operators, which will simplify the implementation, this may be an
alternative approach.
> Calcite engine. Support DISTINCT aggregates
> -------------------------------------------
>
> Key: IGNITE-14544
> URL: https://issues.apache.org/jira/browse/IGNITE-14544
> Project: Ignite
> Issue Type: Bug
> Reporter: Taras Ledkov
> Assignee: Taras Ledkov
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Now, DISTINCT aggregates not implemented.
> (e.g. {{SELECT COUNT (DISTINCT lastName) FROM person}})
> Tests:
> {{aggregate/aggregates/test_count.test}}
> {{aggregate/aggregates/test_avg.test}}
> {{aggregate/aggregates/test_distinct_aggr.test}}
> {{aggregate/aggregates/test_distinct_string_agg.test}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)