Hive table created:
create external table ini(id string, rand string) partitioned by (tmp string)
Describe:
describe ini;
Output from hue:
Describe formatted:
describe formatted ini;
Output from hue:
Why is the partition column shown in column list in hive describe
table?
describe formatted
seems to show it correctly.