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

lzljs3620320 pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/release-0.2 by this push:
     new 12141776 [hotfix] Fix the spelling mistakes of CHANGE in ALTER TABLE 
syntax
12141776 is described below

commit 121417768548db74b632f9f4e5d3e8b5050402fd
Author: Nicholas Jiang <[email protected]>
AuthorDate: Thu Aug 25 16:34:04 2022 +0800

    [hotfix] Fix the spelling mistakes of CHANGE in ALTER TABLE syntax
    
    This closes #276
---
 docs/content/docs/engines/spark3.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/engines/spark3.md 
b/docs/content/docs/engines/spark3.md
index a48b4fc0..e254b7a6 100644
--- a/docs/content/docs/engines/spark3.md
+++ b/docs/content/docs/engines/spark3.md
@@ -132,7 +132,7 @@ ALTER TABLE table_identifier
 SET TBLPROPERTIES ( key1=val1 ) 
     | RESET TBLPROPERTIES (key2)
     | ADD COLUMNS ( col_name col_type [ , ... ] )
-    | { ALTER | CHNAGE } COLUMN col_name { DROP NOT NULL | COMMENT 
'new_comment'}
+    | { ALTER | CHANGE } COLUMN col_name { DROP NOT NULL | COMMENT 
'new_comment'}
 ```
 
 - Change/add table properties

Reply via email to