blob: d54c7e6b4ee6f8a6b5344ee7bed922ac12176d3c [file] [log] [blame]
set hive.metastore.partition.inherit.table.properties="";
create table mytbl_n2 (c1 tinyint) partitioned by (c2 string) tblproperties ('a'='myval','b'='yourval','c'='noval');
alter table mytbl_n2 add partition (c2 = 'v1');
describe formatted mytbl_n2 partition (c2='v1');