Skip to content

Commit a3489f5

Browse files
authored
[FLINK-24085][docs] Add page title for "Versioned Tables" and "Time Zone" pages
This closes apache#17077
1 parent e396f4a commit a3489f5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/content.zh/docs/dev/table/concepts/timezone.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ specific language governing permissions and limitations
2323
under the License.
2424
-->
2525

26-
## 概述
26+
# 时区
2727

2828
Flink 为日期和时间提供了丰富的数据类型, 包括 `DATE``TIME``TIMESTAMP``TIMESTAMP_LTZ``INTERVAL YEAR TO MONTH``INTERVAL DAY TO SECOND` (更多详情请参考 [Date and Time]({{< ref "docs/dev/table/types" >}}#date-and-time))。
2929
Flink 支持在 session (会话)级别设置时区(更多详情请参考 [table.local-time-zone]({{< ref "docs/dev/table/config">}}#table-local-time-zone))。

docs/content/docs/dev/table/concepts/timezone.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ specific language governing permissions and limitations
2323
under the License.
2424
-->
2525

26-
## Overview
26+
# Time Zone
2727

2828
Flink provides rich data types for Date and Time, including `DATE`, `TIME`, `TIMESTAMP`, `TIMESTAMP_LTZ`, `INTERVAL YEAR TO MONTH`, `INTERVAL DAY TO SECOND` (please see [Date and Time]({{< ref "docs/dev/table/types" >}}#date-and-time) for detailed information).
2929
Flink supports setting time zone in session level (please see [table.local-time-zone]({{< ref "docs/dev/table/config">}}#table-local-time-zone) for detailed information).

docs/content/docs/dev/table/concepts/versioned_tables.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ specific language governing permissions and limitations
2525
under the License.
2626
-->
2727

28+
# Versioned Tables
29+
2830
Flink SQL operates over dynamic tables that evolve, which may either be append-only or updating.
2931
Versioned tables represent a special type of updating table that remembers the past values for each key.
3032

0 commit comments

Comments
 (0)