This is an automated email from the ASF dual-hosted git repository.

danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 15f355952dd [Docs] Update sql_md.md to reflect on partial update 
limitation (#13091)
15f355952dd is described below

commit 15f355952dd8405c441be990199baa9bee1f201b
Author: Lin Liu <[email protected]>
AuthorDate: Fri Apr 4 17:56:01 2025 -0700

    [Docs] Update sql_md.md to reflect on partial update limitation (#13091)
    
    Partial update is disabled when global index is used.
---
 website/docs/sql_dml.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/docs/sql_dml.md b/website/docs/sql_dml.md
index 9828e1b3597..21b69b1f463 100644
--- a/website/docs/sql_dml.md
+++ b/website/docs/sql_dml.md
@@ -232,6 +232,7 @@ Partial update is not yet supported in the following cases:
 2. When virtual keys is enabled.
 3. When schema on read is enabled. 
 4. When there is an enum field in the source data.
+5. When a global index is enabled, e.g., GLOBAL_SIMPLE.
 
 For a Hudi table with user configured primary keys, the join condition and the 
`UPDATE`/`INSERT INTO` clause in `MERGE INTO` is expected to contain the 
primary keys of the table.
 :::
@@ -552,4 +553,4 @@ Consistent Hashing Index is supported for Flink engine 
since [release 0.14.0](/r
 - Consistent hashing index does not work with bulk-insert using Flink engine 
yet, please use simple bucket index or Spark engine for bulk-insert pipelines.
 - The resize plan which generated by Flink engine only supports merging small 
file groups, the file splitting is not supported yet.
 - The resize plan should be executed through an offline Spark job. Flink 
engine does not support execute resize plan yet. 
-  :::
\ No newline at end of file
+  :::

Reply via email to