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
[FLINK-15577] Add different windows tests to blink planner
The Blink planner doesn't seem to be subject to the bug described in
FLINK-15577. For safety, we also add the tests to ensure no regression
is possible that would introduce the issue in the Blink planner.
Copy file name to clipboardExpand all lines: flink-table/flink-table-planner-blink/src/test/resources/org/apache/flink/table/planner/plan/batch/sql/agg/WindowAggregateTest.xml
Copy file name to clipboardExpand all lines: flink-table/flink-table-planner-blink/src/test/resources/org/apache/flink/table/planner/plan/stream/sql/agg/WindowAggregateTest.xml
+47Lines changed: 47 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -520,6 +520,53 @@ Calc(select=[EXPR$0, wAvg, w$start AS EXPR$2, w$end AS EXPR$3])
Copy file name to clipboardExpand all lines: flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/plan/batch/sql/agg/WindowAggregateTest.scala
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -322,6 +322,33 @@ class WindowAggregateTest(aggStrategy: AggregatePhaseStrategy) extends TableTest
Copy file name to clipboardExpand all lines: flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/agg/WindowAggregateTest.scala
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -349,4 +349,31 @@ class WindowAggregateTest extends TableTestBase {
0 commit comments