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_r362367667
##########
File path: docs/dev/table/sql/queries.zh.md
##########
@@ -1116,68 +1111,68 @@ The start and end timestamps of group windows as well
as time attributes can be
<code>HOP_START(time_attr, interval, interval)</code><br/>
<code>SESSION_START(time_attr, interval)</code><br/>
</td>
- <td><p>Returns the timestamp of the inclusive lower bound of the
corresponding tumbling, hopping, or session window.</p></td>
+ <td><p>返回相对应的滚动,滑动和会话窗口范围内的下界时间戳。</p></td>
</tr>
<tr>
<td>
<code>TUMBLE_END(time_attr, interval)</code><br/>
<code>HOP_END(time_attr, interval, interval)</code><br/>
<code>SESSION_END(time_attr, interval)</code><br/>
</td>
- <td><p>Returns the timestamp of the <i>exclusive</i> upper bound of the
corresponding tumbling, hopping, or session window.</p>
- <p><b>Note:</b> The exclusive upper bound timestamp <i>cannot</i> be
used as a <a href="{{ site.baseurl
}}/dev/table/streaming/time_attributes.html">rowtime attribute</a> in
subsequent time-based operations, such as <a href="#joins">time-windowed
joins</a> and <a href="#aggregations">group window or over window
aggregations</a>.</p></td>
+ <td><p>返回相对应的滚动,滑动和会话窗口<i>范围以外</i>的上界时间戳。</p>
Review comment:
```suggestion
<td><p>返回相对应的滚动、滑动和会话窗口<i>范围以外</i>的上界时间戳。</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