You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jc...@apache.org on 2019/12/12 04:47:42 UTC

[hive] branch master updated: HIVE-22597: Include More Context in Database NoSuchObjectException (David Mollitor, reviewed by László Bodor) (addendum)

This is an automated email from the ASF dual-hosted git repository.

jcamacho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 2238fcc  HIVE-22597: Include More Context in Database NoSuchObjectException (David Mollitor, reviewed by László Bodor) (addendum)
2238fcc is described below

commit 2238fccca7d70a920a60e435b6b6e58f5a89ab4e
Author: Jesus Camacho Rodriguez <jc...@apache.org>
AuthorDate: Wed Dec 11 20:47:33 2019 -0800

    HIVE-22597: Include More Context in Database NoSuchObjectException (David Mollitor, reviewed by László Bodor) (addendum)
---
 ql/src/test/results/clientnegative/alter_table_wrong_db.q.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ql/src/test/results/clientnegative/alter_table_wrong_db.q.out b/ql/src/test/results/clientnegative/alter_table_wrong_db.q.out
index d3c16bb..07641b4 100644
--- a/ql/src/test/results/clientnegative/alter_table_wrong_db.q.out
+++ b/ql/src/test/results/clientnegative/alter_table_wrong_db.q.out
@@ -22,4 +22,4 @@ PREHOOK: query: alter table bad_rename1.rename1 rename to bad_db_notexists.renam
 PREHOOK: type: ALTERTABLE_RENAME
 PREHOOK: Input: bad_rename1@rename1
 PREHOOK: Output: bad_rename1@rename1
-FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.ddl.DDLTask. Unable to alter table. Unable to change partition or table. Object bad_db_notexists does not exist. Check metastore logs for detailed stack.
+FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.ddl.DDLTask. Unable to alter table. Unable to change partition or table. Object database hive.bad_db_notexists does not exist. Check metastore logs for detailed stack.