[ 
https://issues.apache.org/jira/browse/HIVE-6954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14152127#comment-14152127
 ] 

Vikram Dixit K commented on HIVE-6954:
--------------------------------------

[~chinnalalam] Are you actively working on this? Can you please provide a patch 
if you have one.

Thanks
Vikram.

> 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)

Reply via email to