xuyangzhong commented on code in PR #25826:
URL: https://github.com/apache/flink/pull/25826#discussion_r2131784781


##########
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/stream/sql/SetOperatorsTest.xml:
##########
@@ -231,10 +231,8 @@ LogicalMinus(all=[false])
     </Resource>
     <Resource name="optimized exec plan">
       <![CDATA[
-GroupAggregate(groupBy=[c], select=[c])
-+- Exchange(distribution=[hash[c]])
-   +- Calc(select=[c])
-      +- TableSourceScan(table=[[default_catalog, default_database, T1]], 
fields=[a, b, c])
+Calc(select=[c])

Review Comment:
   Is this change due to the introduction of the PruneEmptyRule about GroupAgg? 
It seems different from before. If I understand correctly, the previous 
GroupAggregate also implied deduplication, right?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to