[ https://issues.apache.org/jira/browse/HIVE-6954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154586#comment-14154586 ]
Chinna Rao Lalam commented on HIVE-6954: ---------------------------------------- Hi [~vikram.dixit], I have vefified this issue on the current trunk base. This issue is not reproduced. I will close this issue as a not problem, if no one faces this issue. > After ALTER FILEFORMAT, DESCRIBE throwing exception > --------------------------------------------------- > > Key: HIVE-6954 > URL: https://issues.apache.org/jira/browse/HIVE-6954 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.14.0 > Reporter: Chinna Rao Lalam > Assignee: Chinna Rao Lalam > Priority: Critical > Fix For: 0.14.0 > > > After ALTER TABLE FILEFORMAT, DESCRIBE EXTENDS TABLE throwing exception. > {quote} > CREATE TABLE alter_test ( id int, str string,mp MAP<STRING,STRING>,lst > ARRAY<STRING>,strct STRUCT<A:STRING,B:STRING>) PARTITIONED BY (part string) > STORED AS TEXTFILE; > DESCRIBE EXTENDED alter_test; > ALTER TABLE alter_test SET FILEFORMAT PARQUET; > DESCRIBE EXTENDED alter_test; > SELECT * FROM alter_test; > {quote} > hive> DESCRIBE EXTENDED alter_test; > FAILED: SemanticException : Table not found alter_test > hive> SELECT * FROM alter_test; > FAILED: SemanticException must specify an InputFormat class -- This message was sent by Atlassian JIRA (v6.3.4#6332)