Merge pull request #892 from onesuper/patch-1

odps-table: typo
This commit is contained in:
Felix Yan
2016-05-16 21:21:24 -05:00

View File

@@ -12,7 +12,7 @@
- Add partition to a table:
`alter table {{table_name}} add parition ({{partition_spec}});`
`alter table {{table_name}} add partition ({{partition_spec}});`
- Delete partition from a table: