wuchong commented on a change in pull request #10738:
[FLINK-15385][table][docs] Translate SQL section of Table API into Chinese
URL: https://github.com/apache/flink/pull/10738#discussion_r362366959
##########
File path: docs/dev/table/sql/queries.zh.md
##########
@@ -651,20 +651,20 @@ FROM
WHERE
r_currency = o_currency
{% endhighlight %}
- <p>For more information please check the more detailed <a href="{{
site.baseurl }}/dev/table/streaming/temporal_tables.html">temporal tables
concept description</a>.</p>
+ <p>请查看 <a href="{{ site.baseurl
}}/zh/dev/table/streaming/temporal_tables.html"> Temporal Tables 概念描述</a>
以了解详细信息。</p>
</td>
</tr>
<tr>
<td>
- <strong>Join with Temporal Table</strong><br>
- <span class="label label-primary">Batch</span> <span class="label
label-primary">Streaming</span>
+ <strong>Join Temporal Tables </strong><br>
+ <span class="label label-primary">批处理</span> <span class="label
label-primary">流处理</span>
</td>
<td>
- <p><a href="{{ site.baseurl
}}/dev/table/streaming/temporal_tables.html">Temporal Tables</a> are tables
that track changes over time.
- A <a href="{{ site.baseurl
}}/dev/table/streaming/temporal_tables.html#temporal-table">Temporal Table</a>
provides access to the versions of a temporal table at a specific point in
time.</p>
+ <p><a href="{{ site.baseurl
}}/zh/dev/table/streaming/temporal_tables.html">Temporal Tables</a> 是随时间变化而变化的表。
+ <a href="{{ site.baseurl
}}/zh/dev/table/streaming/temporal_tables.html#temporal-table">Temporal
Table</a> 提供访问指定时间点的 temporal table 版本的功能。</p>
- <p>Only inner and left joins with processing-time temporal tables are
supported.</p>
- <p>The following example assumes that <strong>LatestRates</strong> is
a <a href="{{ site.baseurl
}}/dev/table/streaming/temporal_tables.html#temporal-table">Temporal Table</a>
which is materialized with the latest rate.</p>
+ <p>仅支持带有处理时间的 temporal tables 的 inner 和 left join。</p>
+ <p>下述示例中,假设 <strong>LatestRates</strong> 是一个根据最新的 rates 实现的 <a
href="{{ site.baseurl
}}/zh/dev/table/streaming/temporal_tables.html#temporal-table">Temporal
Table</a> 。</p>
Review comment:
```suggestion
<p>下述示例中,假设 <strong>LatestRates</strong> 是一个根据最新的 rates 物化的 <a
href="{{ site.baseurl
}}/zh/dev/table/streaming/temporal_tables.html#temporal-table">Temporal
Table</a> 。</p>
```
----------------------------------------------------------------
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