wuchong commented on a change in pull request #16983:
URL: https://github.com/apache/flink/pull/16983#discussion_r697402238



##########
File path: docs/content.zh/docs/dev/table/sql/queries/window-topn.md
##########
@@ -49,6 +49,7 @@ WHERE rownum <= N [AND conditions]
 
 ## Example
 
+### Window Top-N follows after Window Aggregation

Review comment:
       Add an empty line after the title. 

##########
File path: docs/content.zh/docs/dev/table/sql/queries/window-topn.md
##########
@@ -102,9 +103,33 @@ Flink SQL> SELECT *
 
 *Note: in order to better understand the behavior of windowing, we simplify 
the displaying of timestamp values to not show the trailing zeros, e.g. 
`2020-04-15 08:05` should be displayed as `2020-04-15 08:05:00.000` in Flink 
SQL Client if the type is `TIMESTAMP(3)`.*
 
+### Window Top-N follows after Windowing TVF

Review comment:
       Add an empty line after the title.
   
   




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to