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

jonvex 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 32830e351ad make docs correct (#10612)
32830e351ad is described below

commit 32830e351ad33cb003e54342e607a33711e6b8d6
Author: Jon Vexler <[email protected]>
AuthorDate: Tue Feb 20 11:26:19 2024 -0500

    make docs correct (#10612)
    
    Co-authored-by: Jonathan Vexler <=>
---
 website/docs/schema_evolution.md                          | 3 +--
 website/versioned_docs/version-0.14.1/schema_evolution.md | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/website/docs/schema_evolution.md b/website/docs/schema_evolution.md
index 706e6c2d424..ca086b6dfe0 100755
--- a/website/docs/schema_evolution.md
+++ b/website/docs/schema_evolution.md
@@ -24,8 +24,7 @@ type reconciliations. The following table summarizes the 
schema changes compatib
 
 The incoming schema will automatically have missing columns added with null 
values from the table schema.
 For this we need to enable the following config
-`hoodie.write.handle.missing.cols.with.lossless.type.promotion`, otherwise the 
pipeline will fail. Note: This particular config will also do best effort to 
solve some of the backward incompatible
-type promotions eg., 'long' to 'int'.
+`hoodie.write.set.null.for.missing.columns`, otherwise the pipeline will fail.
 
 | Schema Change                                                   | COW | MOR 
| Remarks                                                                       
                                                                                
                                                                                
                                                |
 
|:----------------------------------------------------------------|:----|:----|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
diff --git a/website/versioned_docs/version-0.14.1/schema_evolution.md 
b/website/versioned_docs/version-0.14.1/schema_evolution.md
index 706e6c2d424..ca086b6dfe0 100755
--- a/website/versioned_docs/version-0.14.1/schema_evolution.md
+++ b/website/versioned_docs/version-0.14.1/schema_evolution.md
@@ -24,8 +24,7 @@ type reconciliations. The following table summarizes the 
schema changes compatib
 
 The incoming schema will automatically have missing columns added with null 
values from the table schema.
 For this we need to enable the following config
-`hoodie.write.handle.missing.cols.with.lossless.type.promotion`, otherwise the 
pipeline will fail. Note: This particular config will also do best effort to 
solve some of the backward incompatible
-type promotions eg., 'long' to 'int'.
+`hoodie.write.set.null.for.missing.columns`, otherwise the pipeline will fail.
 
 | Schema Change                                                   | COW | MOR 
| Remarks                                                                       
                                                                                
                                                                                
                                                |
 
|:----------------------------------------------------------------|:----|:----|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

Reply via email to