You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/12/01 08:44:55 UTC

[GitHub] [flink] xintongsong commented on a change in pull request #14152: [FLINK-19082][doc] Add docs for temporal table and temporal table join

xintongsong commented on a change in pull request #14152:
URL: https://github.com/apache/flink/pull/14152#discussion_r533161479



##########
File path: docs/dev/table/streaming/joins.zh.md
##########
@@ -68,6 +68,189 @@ WHERE o.id = s.orderId AND
 
 <a name="join-with-a-temporal-table-function"></a>
 
+时态表 Join
+--------------------------
+<span class="label label-danger">注意</span> 只在 Blink planner 中支持。
+<span class="label label-danger">注意</span> 时态表有两种方式去定义,即 [时态表函数]({% link dev/table/streaming/temporal_tables.zh.md %)#时态表函数) 和 [时态表 DDL]({% link dev/table/streaming/temporal_tables.zh.md %}#时态表),使用时态表函数的时态表 join 只支持在 Table API 中使用,使用时态表 DDL 的时态表 join 只支持在 SQL 中使用。

Review comment:
       FYI: There's a broken link `[时态表函数]({% link dev/table/streaming/temporal_tables.zh.md %)#时态表函数)` that prevent the docs from being built. A `{` is mismatched with a `)`.
   
   I'm fixing this in #14241.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org