You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/rules/FlinkBatchRuleSets.scala
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,10 @@ object FlinkBatchRuleSets {
266
266
CoreRules.AGGREGATE_UNION_AGGREGATE,
267
267
// expand distinct aggregate to normal aggregate with groupby
Copy file name to clipboardExpand all lines: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/rules/FlinkStreamRuleSets.scala
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,10 @@ object FlinkStreamRuleSets {
268
268
// using variants of aggregate union rule
269
269
CoreRules.AGGREGATE_UNION_AGGREGATE_FIRST,
270
270
CoreRules.AGGREGATE_UNION_AGGREGATE_SECOND,
271
+
CoreRules.PROJECT_JOIN_JOIN_REMOVE,
272
+
CoreRules.PROJECT_JOIN_REMOVE,
273
+
CoreRules.AGGREGATE_JOIN_JOIN_REMOVE,
274
+
CoreRules.AGGREGATE_JOIN_REMOVE,
271
275
272
276
// reduce aggregate functions like AVG, STDDEV_POP etc.
0 commit comments