wuchong commented on a change in pull request #10784: [FLINK-15494] Fix time
field index wrong in LogicalWindowAggregateRul…
URL: https://github.com/apache/flink/pull/10784#discussion_r365759754
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/WindowAggregateITCase.scala
##########
@@ -100,6 +100,35 @@ class WindowAggregateITCase(mode: StateBackendMode)
assertEquals(expected.sorted, sink.getAppendResults.sorted)
}
+ @Test
+ def testDoubleTumbleWindow(): Unit = {
Review comment:
Could you add a similar nested window agg test for batch?
You can place it in
`org.apache.flink.table.planner.runtime.batch.sql.agg.WindowAggregateITCase`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services