You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2014/03/21 05:30:45 UTC

[jira] [Updated] (HIVE-4449) show create table method returns only "COMMENT 'from deserializer'"

     [ https://issues.apache.org/jira/browse/HIVE-4449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan updated HIVE-4449:
-----------------------------------

    Assignee: Ashutosh Chauhan

> show create table method returns only "COMMENT 'from deserializer'"
> -------------------------------------------------------------------
>
>                 Key: HIVE-4449
>                 URL: https://issues.apache.org/jira/browse/HIVE-4449
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 0.10.0
>            Reporter: Show You
>            Assignee: Ashutosh Chauhan
>            Priority: Minor
>             Fix For: 0.13.0
>
>
> If we commented anything to hive table, but show create table method returns  "COMMENT 'from deserializer'"
> For example,
> > show create table hoge
> CREATE TABLE hoge(
> 	 time bigint COMMENT 'from deserializer',
> 	 id bigint COMMENT 'from deserializer',
> 	 id2 bigint COMMENT 'from deserializer',
> 	 id3 bigint COMMENT 'from deserializer',
> ...
> I want that this method returns correct COMMENT.



--
This message was sent by Atlassian JIRA
(v6.2#6252)