xintongsong commented on a change in pull request #9784: [FLINK-13485] 
[chinese-translation] Translate "Table API Example Walkthrough" page into 
Chinese
URL: https://github.com/apache/flink/pull/9784#discussion_r334321914
 
 

 ##########
 File path: docs/getting-started/walkthroughs/table_api.zh.md
 ##########
 @@ -24,35 +24,39 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-Apache Flink offers a Table API as a unified, relational API for batch and 
stream processing, i.e., queries are executed with the same semantics on 
unbounded, real-time streams or bounded, batch data sets and produce the same 
results.
-The Table API in Flink is commonly used to ease the definition of data 
analytics, data pipelining, and ETL applications.
+Apache Filnk 提供 Table API 作为批处理和流处理统一的关系型API,
 
+即,查询在无界实时流或有界批数据集上以相同的语义执行,并产生相同的结果。
+
+Flink 中的 Table API 通常用于简化数据分析,数据流水线和 ETL 应用程序的定义。
 * This will be replaced by the TOC
 {:toc}
 
-## What Will You Be Building? 
+## 接下来你会构建什么? 
+
+在本教程中,你将学习如何构建持续不断的 ETL 流水线,以便按账户跟踪金融交易。
 
 Review comment:
   “持续不断的” -> “连续的”:流水线是名词,用“持续不断的”形容比较别扭
   over time 漏掉了?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to