xuyangzhong commented on code in PR #24250: URL: https://github.com/apache/flink/pull/24250#discussion_r1477182383
########## docs/content/docs/dev/table/sql/queries/window-tvf.md: ########## @@ -289,6 +289,100 @@ Here is an example invocation on the Bid table: +------------------+------------------+-------+ ``` +### SESSION + +{{< hint info >}} +Note: +1. Session Window TVF is not supported in Batch mode now. +2. Session Window Aggregation is not supported [Performance Tuning]({{< ref "docs/dev/table/tuning" >}}) now. Review Comment: My original intention is that all optimizations involved in `Performance Tuning` are not supported. What about ``` Session Window Aggregation is not supported all optimizations in [Performance Tuning]({{< ref "docs/dev/table/tuning" >}}) now. ``` -- 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