/tags/release-0.0.0-rc0/hive/external/ql/src/test/queries/clientpositive/describe_table.q
# · text · 19 lines · 16 code · 3 blank · 0 comment · 0 complexity · 6691a16104a5f6c2193eb3bb2d515c13 MD5 · raw file
- describe srcpart;
- describe srcpart.key;
- describe srcpart PARTITION(ds='2008-04-08', hr='12');
- describe extended srcpart;
- describe extended srcpart.key;
- describe extended srcpart PARTITION(ds='2008-04-08', hr='12');
- describe formatted srcpart;
- describe formatted srcpart.key;
- describe formatted srcpart PARTITION(ds='2008-04-08', hr='12');
- create table srcpart_serdeprops like srcpart;
- alter table srcpart_serdeprops set serdeproperties('xyz'='0');
- alter table srcpart_serdeprops set serdeproperties('pqrs'='1');
- alter table srcpart_serdeprops set serdeproperties('abcd'='2');
- alter table srcpart_serdeprops set serdeproperties('A1234'='3');
- describe formatted srcpart_serdeprops;
- drop table srcpart_serdeprops;