You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Lenni Kuff (JIRA)" <ji...@apache.org> on 2015/11/15 00:17:11 UTC

[jira] [Created] (HIVE-12414) ALTER TABLE UNSET SERDEPROPERTY does not work

Lenni Kuff created HIVE-12414:
---------------------------------

             Summary: ALTER TABLE UNSET SERDEPROPERTY does not work
                 Key: HIVE-12414
                 URL: https://issues.apache.org/jira/browse/HIVE-12414
             Project: Hive
          Issue Type: Bug
          Components: Metastore, SQL
    Affects Versions: 1.1.1
            Reporter: Lenni Kuff
            Assignee: Alan Gates


alter table tablename set tblproperties ('key'='value')  => works as expected
alter table tablename unset tblproperties ('key')  => works as expected

alter table tablename set serdeproperties ('key'='value')  => works as expected
alter table tablename unset serdeproperties ('key')  => not supported

FAILED: ParseException line 1:28 mismatched input 'serdeproperties' expecting TBLPROPERTIES near 'unset' in alter properties statement



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)