You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jayadevan M (JIRA)" <ji...@apache.org> on 2015/12/17 11:33:46 UTC

[jira] [Commented] (SPARK-12262) describe extended doesn't return table on detail info tabled stored as PARQUET format

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

Jayadevan M commented on SPARK-12262:
-------------------------------------

I was able to replicate this issue. I would like to work on this issue

> describe extended doesn't return table on detail info tabled stored as PARQUET format
> -------------------------------------------------------------------------------------
>
>                 Key: SPARK-12262
>                 URL: https://issues.apache.org/jira/browse/SPARK-12262
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.5.2
>            Reporter: pin_zhang
>
> 1. start hive server with start-thriftserver.sh
> 2. create table table1 (id  int) ;
>     create table table2(id  int) STORED AS PARQUET;
> 3. describe extended table1 ;
>     return detailed info
> 4. describe extended table2 ;
>     result has no detailed info



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org