yihua commented on a change in pull request #926: [HUDI-278] Translate Administering page URL: https://github.com/apache/incubator-hudi/pull/926#discussion_r328906596
########## File path: docs/admin_guide.cn.md ########## @@ -107,12 +106,12 @@ hoodie:trips-> ``` -#### Inspecting Commits +#### 检查提交 -The task of upserting or inserting a batch of incoming records is known as a **commit** in Hudi. A commit provides basic atomicity guarantees such that only commited data is available for querying. -Each commit has a monotonically increasing string/number called the **commit number**. Typically, this is the time at which we started the commit. +在Hudi中,更新或插入一批记录的任务称为**提交**。提交可提供基本的原子性保证,以便仅提交的数据可用于查询。 Review comment: “称为” => “被称为” “以便仅提交的数据可用于查询” => “即只有提交的数据可用于查询” ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
