You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Pablo (JIRA)" <ji...@apache.org> on 2018/10/10 11:42:00 UTC

[jira] [Created] (HIVE-20721) Describe table someties shows "from deserializer" for column comments

Pablo created HIVE-20721:
----------------------------

             Summary: Describe table someties shows "from deserializer" for column comments
                 Key: HIVE-20721
                 URL: https://issues.apache.org/jira/browse/HIVE-20721
             Project: Hive
          Issue Type: Bug
          Components: Serializers/Deserializers
    Affects Versions: 1.1.0
            Reporter: Pablo


When we want to see the comments made in the hive tables, it only shows "from deserializer"

 

For example

> show create table table_name

CREATE EXTERNAL TABLE `table_name`(
 `some_column1` bigint COMMENT 'from deserializer', 
 `some_column2` string COMMENT 'from deserializer', 
 `some_column3` string COMMENT 'from deserializer',

[...]

PARTITIONED BY ( 
 `dt` string)
ROW FORMAT SERDE 
 'org.apache.hive.hcatalog.data.JsonSerDe' 
STORED AS INPUTFORMAT 
 'org.apache.hadoop.mapred.TextInputFormat' 
OUTPUTFORMAT 
 'org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat'
LOCATION
 'hdfs://location/table_name'
TBLPROPERTIES (
 'json.schema.url'='/location/json/table_name.json', 
 'transient_lastDdlTime'='1525858710')

 

I saw it was resolved in HIVE-6681 but the fixed version was 0.13.0. I'm on 1.1.0 and apparently I have the same issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)