Show You created HIVE-4449:
------------------------------
Summary: 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
Priority: Minor
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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira