Skip to content

Commit

Permalink
[doc] fix the ‘primary-key-table’ link (#4606)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjf2019 authored Nov 28, 2024
1 parent 0fe18e8 commit 2816811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/flink/action-jars.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Paimon supports "MERGE INTO" via submitting the 'merge_into' job through `flink

{{< hint info >}}
Important table properties setting:
1. Only [primary key table]({{< ref "primary-key-table" >}}) supports this feature.
1. Only [primary key table]({{< ref "primary-key-table/overview" >}}) supports this feature.
2. The action won't produce UPDATE_BEFORE, so it's not recommended to set 'changelog-producer' = 'input'.
{{< /hint >}}

Expand Down
2 changes: 1 addition & 1 deletion docs/content/flink/sql-write.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ PARTITION (k0 = 0, k1 = 0) SELECT v FROM my_table WHERE false;

{{< hint info >}}
Important table properties setting:
1. Only [primary key table]({{< ref "primary-key-table" >}}) supports this feature.
1. Only [primary key table]({{< ref "primary-key-table/overview" >}}) supports this feature.
2. [MergeEngine]({{< ref "primary-key-table/merge-engine" >}}) needs to be [deduplicate]({{< ref "primary-key-table/merge-engine#deduplicate" >}})
or [partial-update]({{< ref "primary-key-table/merge-engine#partial-update" >}}) to support this feature.
3. Do not support updating primary keys.
Expand Down

0 comments on commit 2816811

Please sign in to comment.