PageRenderTime 54ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
text | 16 lines | 16 code | 0 blank | 0 comment | 0 complexity | a9a49c569a5fd1a20220031be11516f2 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. PREHOOK: query: create table srcpart2 (key int, value string) partitioned by (ds string)
  2. PREHOOK: type: CREATETABLE
  3. POSTHOOK: query: create table srcpart2 (key int, value string) partitioned by (ds string)
  4. POSTHOOK: type: CREATETABLE
  5. POSTHOOK: Output: default@srcpart2
  6. PREHOOK: query: insert overwrite table srcpart2 partition (ds='2011') select * from src
  7. PREHOOK: type: QUERY
  8. PREHOOK: Input: default@src
  9. PREHOOK: Output: default@srcpart2@ds=2011
  10. POSTHOOK: query: insert overwrite table srcpart2 partition (ds='2011') select * from src
  11. POSTHOOK: type: QUERY
  12. POSTHOOK: Input: default@src
  13. POSTHOOK: Output: default@srcpart2@ds=2011
  14. POSTHOOK: Lineage: srcpart2 PARTITION(ds=2011).key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
  15. POSTHOOK: Lineage: srcpart2 PARTITION(ds=2011).value SIMPLE [(src)src.FieldSchema(name:value, type:string, comment:default), ]
  16. FAILED: Error in semantic analysis: org.apache.hadoop.hive.ql.parse.SemanticException: source table srcpart2 is partitioned but no partition desc found.