This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git
The following commit(s) were added to refs/heads/master by this push:
new 22b8f189 [hotfix] Fix the spelling mistakes of CHANGE in ALTER TABLE
syntax
22b8f189 is described below
commit 22b8f18958f1e69c7a75c5037b76f4e8b0b1656c
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