twalthr commented on code in PR #24256: URL: https://github.com/apache/flink/pull/24256#discussion_r1846082180
########## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/batch/sql/OverAggregateITCase.scala: ########## @@ -532,6 +532,33 @@ class OverAggregateITCase extends BatchTestBase { ) } + @Test + def testWindowAggregationSumWithQualify(): Unit = { + checkResult( + "SELECT d, e FROM Table5 QUALIFY sum(e) OVER (PARTITION BY d ORDER BY e) > 20", Review Comment: https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/queries/deduplication/#deduplication -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org