Github user snuyanzin commented on a diff in the pull request:

    https://github.com/apache/flink/pull/6226#discussion_r199223349
  
    --- Diff: 
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/api/stream/sql/OverWindowTest.scala
 ---
    @@ -44,7 +44,26 @@ class OverWindowTest extends TableTestBase {
           "sum(DISTINCT c) OVER (PARTITION BY b ORDER BY proctime ROWS BETWEEN 
2 preceding AND " +
           "CURRENT ROW) as sum2 " +
           "from MyTable"
    -
    +    val sql2 = "SELECT " +
    --- End diff --
    
    Agree. I've reduced number of queries per test case (one without `WINDOW ` 
and one with). Please let me know if it looks good or not 


---

Reply via email to