yljee commented on a change in pull request #16316:
URL: https://github.com/apache/flink/pull/16316#discussion_r671040523



##########
File path: docs/content.zh/docs/dev/table/tableApi.md
##########
@@ -221,23 +220,24 @@ result = orders.filter(orders.a.is_not_null & 
orders.b.is_not_null & orders.c.is
 {{< /tab >}}
 {{< /tabs >}}
 
-Since the Table API is a unified API for batch and streaming data, both 
example programs can be executed on batch and streaming inputs without any 
modification of the table program itself. In both cases, the program produces 
the same results given that streaming records are not late (see [Streaming 
Concepts]({{< ref "docs/dev/table/concepts/overview" >}}) for details).
+因为 Table API 的批数据 API 和流数据 API 
是统一的,所以这两个例子程序不需要修改代码就可以运行在流输入或批输入上。在这两种情况下,只要流任务没有数据延时,程序将会输出相同的结果(查看[流概念]({{< 
ref "docs/dev/table/concepts/overview" >}})获取详情)。
 
 {{< top >}}
 
-Operations
+<a name="operations"></a>
+操作

Review comment:
       ok




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


Reply via email to