You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/spark/sql-write.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,10 +136,9 @@ DELETE FROM my_table WHERE currency = 'UNKNOWN';
136
136
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.
137
137
138
138
{{< 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.
0 commit comments