You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Jeremy Beard (JIRA)" <ji...@apache.org> on 2018/02/01 21:52:00 UTC

[jira] [Created] (IMPALA-6471) Incorrect Impala ALTER TABLE statement documentation

Jeremy Beard created IMPALA-6471:
------------------------------------

             Summary: Incorrect Impala ALTER TABLE statement documentation
                 Key: IMPALA-6471
                 URL: https://issues.apache.org/jira/browse/IMPALA-6471
             Project: IMPALA
          Issue Type: Bug
          Components: Docs
    Affects Versions: Impala 2.9.0
            Reporter: Jeremy Beard


https://impala.apache.org/docs/build/html/topics/impala_alter_table.html

ALTER TABLE name ADD [IF NOT EXISTS] RANGE PARTITION (kudu_partition_spec)

should be

ALTER TABLE name ADD [IF NOT EXISTS] RANGE PARTITION kudu_partition_spec



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)