PageRenderTime 43ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/release-0.2.0-rc0/hive/external/ql/src/test/results/clientnegative/create_view_failure4.q.out

#
text | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | dbc5745993740a0001095648c7bd7a83 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. PREHOOK: query: DROP VIEW xxx5
  2. PREHOOK: type: DROPVIEW
  3. POSTHOOK: query: DROP VIEW xxx5
  4. POSTHOOK: type: DROPVIEW
  5. PREHOOK: query: -- duplicate column names are illegal
  6. CREATE VIEW xxx5(x,x) AS
  7. SELECT key,value FROM src
  8. PREHOOK: type: CREATEVIEW
  9. PREHOOK: Output: file:/Users/jsichi/open/hive-trunk/build/ql/tmp/602921516/10000
  10. FAILED: Error in metadata: org.apache.hadoop.hive.ql.metadata.HiveException: Duplicate column name x in the table definition.
  11. FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask