Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.19.0
Description
The detection of nested aggregations in SqlImplementor.java is only for
LogicalAggregate:
if (rel instanceof LogicalAggregate && !dialect.supportsNestedAggregations() && hasNestedAggregations((LogicalAggregate) rel)) { needNew = true; }
It should also support other sub-class of Aggregate such as JdbcAggregate .
Attachments
Issue Links
- links to