You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "yx91490 (Jira)" <ji...@apache.org> on 2022/07/29 13:32:00 UTC

[jira] [Created] (IMPALA-11463) Support IF NOT EXISTS in alter table add columns for kudu table

yx91490 created IMPALA-11463:
--------------------------------

             Summary: Support IF NOT EXISTS in alter table add columns for kudu table
                 Key: IMPALA-11463
                 URL: https://issues.apache.org/jira/browse/IMPALA-11463
             Project: IMPALA
          Issue Type: Improvement
    Affects Versions: Impala 4.1.0
            Reporter: yx91490
            Assignee: yx91490


Impala already supports such semantics for general hive table in IMPALA-7832 , but will return error if any colum already exists when apply such SQL to kudu table:
{code:java}
ALTER TABLE name ADD [IF NOT EXISTS] COLUMNS (col_spec[, col_spec ...]) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)