Skip to content

Commit 285aee3

Browse files
4369 docs rfcmake a title or anchor so we can easily link to the partitioning types (#4389)
* add a tag for linking * update * update * chore: attempt to include anchor * chore: rename file * chore: typo * chore: rename file * chore: rename file * chore: remove typo --------- Co-authored-by: atovpeko <anastasiatverdokhleb@gmail.com> Co-authored-by: Anastasiia Tovpeko <114177030+atovpeko@users.noreply.github.com>
1 parent 126da49 commit 285aee3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If the column to be partitioned is a:
8989
- Another integer type: specify `partition_interval` as an integer that reflects the column's
9090
underlying semantics. For example, if this column is in UNIX time, specify `partition_interval` in milliseconds.
9191

92-
The partition type and default value depending on column type is:
92+
The partition type and default value depending on column type is:<a id="partition-types" href=""></a>
9393

9494
| Column Type | Partition Type | Default value |
9595
|------------------------------|------------------|---------------|

api/hypertable/add_dimension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ api:
1010
products: [cloud, mst, self_hosted]
1111
---
1212

13-
import DimensionInfo from "versionContent/_partials/_dimension_info.mdx";
13+
import DimensionInfo from "versionContent/_partials/_dimensions_info.mdx";
1414

1515
# add_dimension()
1616

api/hypertable/create_hypertable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ api:
99
products: [cloud, mst, self_hosted]
1010
---
1111

12+
import DimensionInfo from "versionContent/_partials/_dimensions_info.mdx";
1213
import Deprecated2200 from "versionContent/_partials/_deprecated_2_20_0.mdx";
13-
import DimensionInfo from "versionContent/_partials/_dimension_info.mdx";
1414

1515
# create_hypertable()
1616

api/hypertable/create_table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ products: [cloud, mst, self_hosted]
1010
---
1111

1212
import Since2200 from "versionContent/_partials/_since_2_20_0.mdx";
13-
import DimensionInfo from "versionContent/_partials/_dimension_info.mdx";
13+
import DimensionInfo from "versionContent/_partials/_dimensions_info.mdx";
1414
import HypercoreDirectCompress from "versionContent/_partials/_hypercore-direct-compress.mdx";
1515

1616
# CREATE TABLE

0 commit comments

Comments
 (0)