This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new e2e471e80d [docs] Fix spark version docs about data evolution (#6139)
e2e471e80d is described below
commit e2e471e80d9cd2b9471eab0d9b17e5a0ff5a746c
Author: YeJunHao <[email protected]>
AuthorDate: Mon Aug 25 12:00:09 2025 +0800
[docs] Fix spark version docs about data evolution (#6139)
---
docs/content/append-table/data-evolution.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/content/append-table/data-evolution.md
b/docs/content/append-table/data-evolution.md
index e0840cf81c..41da4a3eca 100644
--- a/docs/content/append-table/data-evolution.md
+++ b/docs/content/append-table/data-evolution.md
@@ -82,4 +82,3 @@ This statement updates only the `b` column in the target
table `target_table` ba
Note that:
* Data Evolution Table does not support 'Delete' statement yet.
* Merge Into for Data Evolution Table does not support 'WHEN NOT MATCHED BY
SOURCE' clause.
-* Only Spark version greater than 3.5.0 is supported for Data Evolution Table.