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

    https://github.com/apache/flink/pull/6226#discussion_r199205419
  
    --- Diff: docs/dev/table/sql.md ---
    @@ -176,9 +181,20 @@ groupItem:
       | ROLLUP '(' expression [, expression ]* ')'
       | GROUPING SETS '(' groupItem [, groupItem ]* ')'
     
    -insert:
    -  INSERT INTO tableReference
    -  query
    +windowRef:
    +      windowName
    +  |   windowSpec
    +
    +windowSpec:
    --- End diff --
    
    Can you also add a `WINDOW` example to the **Over Window aggregation** 
section in 
https://ci.apache.org/projects/flink/flink-docs-release-1.5/dev/table/sql.html#aggregations
 ?


---

Reply via email to