You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by xu...@apache.org on 2022/01/21 02:52:31 UTC

[hudi] branch asf-site updated: [MINOR] [DOCS] fix a typo in Spark quick start example (#4657)

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

xushiyan 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 0368b03  [MINOR] [DOCS] fix a typo in Spark quick start example (#4657)
0368b03 is described below

commit 0368b038c34fac0e13a575c4ed3696914baaf6cc
Author: 董可伦 <do...@inspur.com>
AuthorDate: Fri Jan 21 10:52:03 2022 +0800

    [MINOR] [DOCS] fix a typo in Spark quick start example (#4657)
---
 website/docs/quick-start-guide.md                          | 2 +-
 website/versioned_docs/version-0.10.0/quick-start-guide.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/quick-start-guide.md b/website/docs/quick-start-guide.md
index 619f773..685492e 100644
--- a/website/docs/quick-start-guide.md
+++ b/website/docs/quick-start-guide.md
@@ -258,7 +258,7 @@ create table hudi_mor_tbl (
   ts bigint
 ) using hudi
 tblproperties (
-  type = 'cow',
+  type = 'mor',
   primaryKey = 'id',
   preCombineField = 'ts'
 );
diff --git a/website/versioned_docs/version-0.10.0/quick-start-guide.md b/website/versioned_docs/version-0.10.0/quick-start-guide.md
index 7550712..e3f3844 100644
--- a/website/versioned_docs/version-0.10.0/quick-start-guide.md
+++ b/website/versioned_docs/version-0.10.0/quick-start-guide.md
@@ -258,7 +258,7 @@ create table hudi_mor_tbl (
   ts bigint
 ) using hudi
 tblproperties (
-  type = 'cow',
+  type = 'mor',
   primaryKey = 'id',
   preCombineField = 'ts'
 );