Skip to content

Commit e200fac

Browse files
committed
[doc] Update spark merge into
1 parent 5ee9373 commit e200fac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/content/spark/sql-write.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,9 @@ DELETE FROM my_table WHERE currency = 'UNKNOWN';
136136
Paimon currently supports Merge Into syntax in Spark 3+, which allow a set of updates, insertions and deletions based on a source table in a single commit.
137137

138138
{{< hint into >}}
139-
1. This only work with primary-key table.
140-
2. In update clause, to update primary key columns is not supported.
141-
3. `WHEN NOT MATCHED BY SOURCE` syntax is not supported.
142-
{{< /hint >}}
139+
1. In update clause, to update primary key columns is not supported.
140+
2. `WHEN NOT MATCHED BY SOURCE` syntax is not supported.
141+
{{< /hint >}}
143142

144143
**Example: One**
145144

0 commit comments

Comments
 (0)