Ruidong Li created FLINK-7986:
---------------------------------
Summary: Introduce FilterSetOpTransposeRule to Flink
Key: FLINK-7986
URL:
https://issues.apache.org/jira/browse/FLINK-7986 Project: Flink
Issue Type: Improvement
Reporter: Ruidong Li
Assignee: Ruidong Li
Priority: Trivial
A.unionAll(B).where.groupBy.select
=>
A.where.unionAll(B.where).groupBy.select
this rule will reduce networkIO
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)