Newly added partition should inherit table properties.
------------------------------------------------------
Key: HCATALOG-87
URL: https://issues.apache.org/jira/browse/HCATALOG-87
Project: HCatalog
Issue Type: Bug
Affects Versions: 0.1
Reporter: Olga Natkovich
Fix For: 0.2
create table tbl (a string) partition by (b string) stored as inputformat <if>
outputformat <of> inputstoragedriver <ult> outputstoragedriver <osd>;
alter table add partition <part_spec>;
select * from tbl;
Currently results in an exception.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira