Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
0.10.0
-
None
-
None
Description
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.
Attachments
Issue Links
- is related to
-
HIVE-4703 Describe on a table returns "from deserializer" for column comments instead of values supplied in Create Table
- Resolved