Github user wuchong commented on a diff in the pull request: https://github.com/apache/flink/pull/2792#discussion_r87693718 --- Diff: flink-libraries/flink-table/src/test/scala/org/apache/flink/api/scala/stream/table/AggregationsITCase.scala --- @@ -177,6 +177,58 @@ class AggregationsITCase extends StreamingMultipleProgramsTestBase { "Hi,1,1970-01-01 00:00:00.0,1970-01-01 00:00:00.01,1970-01-01 00:00:00.0") assertEquals(expected.sorted, StreamITCase.testResults.sorted) } + + @Test + def testProcessingTimeSlidingGroupWindowOverCountWithAVG(): Unit = { --- End diff -- It is almost the same as `testProcessingTimeSlidingGroupWindowOverCount` except the average aggregate. I will suggest to move `'int.avg` into `testProcessingTimeSlidingGroupWindowOverCount`, and remove this test.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---