sunjincheng created FLINK-6598:
----------------------------------
Summary: Fix `DataStreamGroupAggregateRule` matches error.
Key: FLINK-6598
URL:
https://issues.apache.org/jira/browse/FLINK-6598 Project: Flink
Issue Type: Bug
Components: Table API & SQL
Reporter: sunjincheng
Assignee: sunjincheng
Fix For: 1.3.0
Change retrun from `!distinctAggs && !groupSets && !agg.indicator` to `!distinctAggs && !groupSets && !agg.indicator && !agg.getAggCallList.isEmpty`.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)