PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.2.0-rc0/hive/external/contrib/src/test/queries/clientpositive/serde_typedbytes6.q

#
text | 11 lines | 9 code | 2 blank | 0 comment | 0 complexity | d0874917ba7a41bff9d52a62bed68d66 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. DROP TABLE table1;
  2. DROP TABLE table2;
  3. DROP TABLE table3;
  4. CREATE TABLE table1 (a STRING) ROW FORMAT SERDE 'org.apache.hadoop.hive.contrib.serde2.TypedBytesSerDe';
  5. CREATE TABLE table2 (a STRING, b STRING) ROW FORMAT SERDE 'org.apache.hadoop.hive.contrib.serde2.TypedBytesSerDe';
  6. CREATE TABLE table3 (a STRING, b STRING, c STRING) ROW FORMAT SERDE 'org.apache.hadoop.hive.contrib.serde2.TypedBytesSerDe';
  7. DROP TABLE table1;
  8. DROP TABLE table2;
  9. DROP TABLE table3;