Skip to content

Commit d5cb7f6

Browse files
committed
docs: refine RFC titles
1 parent 923355f commit d5cb7f6

18 files changed

+18
-20
lines changed

docs/cn/developer/20-community/02-rfcs/00000000-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: <RFC 标题>
2+
title: RFC 模板
33
description: <此 RFC 的简短描述>
44
---
55

docs/cn/developer/20-community/02-rfcs/20210815-data-shuffle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 概述
1+
title: 分布式查询设计 (Data Shuffle)
22

33
分布式查询是分布式数据库的必要功能。
44
本文档旨在解释分布式查询及其数据流设计。

docs/cn/developer/20-community/02-rfcs/20210913-join-framework-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 背景
1+
title: Join 框架设计
22

33
Join 是 SQL 中的主要功能之一。同时,它也是最复杂的部分。
44

docs/cn/developer/20-community/02-rfcs/20210914-new-sql-planner-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 新的 SQL Planner 框架设计
2+
title: SQL Planner 框架设计
33
description: 新的 SQL planner 框架设计 RFC
44
---
55

docs/cn/developer/20-community/02-rfcs/20211202-plan-expression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Expression and Plan Builder
2+
title: 表达式与 Plan Builder
33
description: Expression and plan builder RFC
44
---
55

docs/cn/developer/20-community/02-rfcs/20211203-performance-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 性能测试测试基础设施
2+
title: 性能测试基础设施
33
description: 性能测试 RFC 的测试基础设施
44
---
55

docs/cn/developer/20-community/02-rfcs/20220117-new-datavalues-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 新的 DataValues 系统
2+
title: DataValues 系统
33
description: 新的 DataValues 系统设计 RFC
44
---
55

docs/cn/developer/20-community/02-rfcs/20220304-semi-structured-data-types.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
## 概述
2-
3-
### 当前 `DataType` 的不足
1+
title: 半结构化数据类型
42

53
- `DataType` 是一个枚举类型,我们必须在使用前进行类型匹配。例如,如果我们想通过 `DataType` 创建反序列化器/序列化器,我们总是需要进行匹配。这并不意味着匹配是不必要的。如果我们想向 `DataType` 添加越来越多的函数,匹配可能会非常麻烦。
64

docs/cn/developer/20-community/02-rfcs/20220425-new_sql_logic_test_framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 背景
1+
title: 新 SQL 逻辑测试框架
22

33
基本上,所有强大的数据库系统都需要在以下范围内进行测试。
44

docs/cn/developer/20-community/02-rfcs/20220530-user-friendly-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 用户友好的发布
2+
title: 用户友好发布
33
description: 关于用户友好的发布的 RFC
44
---
55

0 commit comments

Comments
 (0)