You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2022/05/31 11:59:06 UTC

[hudi] branch asf-site updated: [MINOR] Fix incorrect full-width comma usage in the doc DDL demo (#5721)

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

vinoyang 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 9761fde718 [MINOR] Fix incorrect full-width comma usage in the doc DDL demo (#5721)
9761fde718 is described below

commit 9761fde718642238705833ea1b4b0cc5930634f1
Author: 木木夕120 <sh...@126.com>
AuthorDate: Tue May 31 19:58:59 2022 +0800

    [MINOR] Fix incorrect full-width comma usage in the doc DDL demo (#5721)
---
 website/docs/table_management.md                          | 2 +-
 website/versioned_docs/version-0.10.0/table_management.md | 2 +-
 website/versioned_docs/version-0.10.1/table_management.md | 2 +-
 website/versioned_docs/version-0.11.0/table_management.md | 2 +-
 website/versioned_docs/version-0.9.0/quick-start-guide.md | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/docs/table_management.md b/website/docs/table_management.md
index 92cb6092aa..762b7c5916 100644
--- a/website/docs/table_management.md
+++ b/website/docs/table_management.md
@@ -82,7 +82,7 @@ Here is an example of creating a COW partitioned table.
 create table if not exists hudi_table_p0 (
 id bigint,
 name string,
-dt string,
+dt string,
 hh string  
 ) using hudi
 options (
diff --git a/website/versioned_docs/version-0.10.0/table_management.md b/website/versioned_docs/version-0.10.0/table_management.md
index 76c02edc6d..ad7af11c55 100644
--- a/website/versioned_docs/version-0.10.0/table_management.md
+++ b/website/versioned_docs/version-0.10.0/table_management.md
@@ -82,7 +82,7 @@ Here is an example of creating a COW partitioned table.
 create table if not exists hudi_table_p0 (
 id bigint,
 name string,
-dt string,
+dt string,
 hh string  
 ) using hudi
 options (
diff --git a/website/versioned_docs/version-0.10.1/table_management.md b/website/versioned_docs/version-0.10.1/table_management.md
index 76c02edc6d..ad7af11c55 100644
--- a/website/versioned_docs/version-0.10.1/table_management.md
+++ b/website/versioned_docs/version-0.10.1/table_management.md
@@ -82,7 +82,7 @@ Here is an example of creating a COW partitioned table.
 create table if not exists hudi_table_p0 (
 id bigint,
 name string,
-dt string,
+dt string,
 hh string  
 ) using hudi
 options (
diff --git a/website/versioned_docs/version-0.11.0/table_management.md b/website/versioned_docs/version-0.11.0/table_management.md
index 92cb6092aa..762b7c5916 100644
--- a/website/versioned_docs/version-0.11.0/table_management.md
+++ b/website/versioned_docs/version-0.11.0/table_management.md
@@ -82,7 +82,7 @@ Here is an example of creating a COW partitioned table.
 create table if not exists hudi_table_p0 (
 id bigint,
 name string,
-dt string,
+dt string,
 hh string  
 ) using hudi
 options (
diff --git a/website/versioned_docs/version-0.9.0/quick-start-guide.md b/website/versioned_docs/version-0.9.0/quick-start-guide.md
index 7196332003..6a7e1cc7c8 100644
--- a/website/versioned_docs/version-0.9.0/quick-start-guide.md
+++ b/website/versioned_docs/version-0.9.0/quick-start-guide.md
@@ -251,7 +251,7 @@ Here is an example of creating an external COW partitioned table.
 create table if not exists hudi_table_p0 (
 id bigint,
 name string,
-dt string,
+dt string,
 hh string  
 ) using hudi
 location '/tmp/hudi/hudi_table_p0'