1

Hive table created:

create external table ini(id string, rand string) partitioned by (tmp string)

Describe:

describe ini;

Output from hue:

describe output

Describe formatted:

describe formatted ini;

Output from hue:

describe-formatted output

Why is the partition column shown in column list in hive describe table? describe formatted seems to show it correctly.

Ani Menon
  • 27,209
  • 16
  • 105
  • 126

0 Answers0