Skip to content

Commit

Permalink
HIVE-1939. Fix test failure in TestContribCliDriver/url_hook.q
Browse files Browse the repository at this point in the history
(Carl Steinbach via jvs)



git-svn-id: https://svn.apache.org/repos/asf/hive/branches/branch-0.7@1078907 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
John Sichi committed Mar 7, 2011
1 parent 4488c20 commit 7cffa64
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
9 changes: 9 additions & 0 deletions contrib/src/test/results/clientnegative/url_hook.q.out
@@ -0,0 +1,9 @@
PREHOOK: query: SHOW TABLES 'src'
PREHOOK: type: SHOWTABLES
POSTHOOK: query: SHOW TABLES 'src'
POSTHOOK: type: SHOWTABLES
src
PREHOOK: query: SHOW TABLES 'src'
PREHOOK: type: SHOWTABLES
FAILED: Error in metadata: ERROR: The database default does not exist.
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask
19 changes: 0 additions & 19 deletions contrib/src/test/results/clientpositive/url_hook.q.out

This file was deleted.

0 comments on commit 7cffa64

Please sign in to comment.