Ruslan Dautkhanov created HIVE-14216: ----------------------------------------
Summary: CREATE TABLE LIKE doesn't copy some attributes Key: HIVE-14216 URL: https://issues.apache.org/jira/browse/HIVE-14216 Project: Hive Issue Type: Bug Affects Versions: 1.1.0 Environment: Hive 1.1 Hadoop 2.6 Reporter: Ruslan Dautkhanov Priority: Critical CREATE TABLE LIKE doesn't copy some attributes, like skip.header.line.count We use CREATE TABLE LIKE to create tables from a template table. We have to do re-apply skip.header.line.count=1 every time to the new table, although template table has skip.header.line.count set to 1, CREATE TABLE LIKE does not carry it over to the new table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)