Repository: hive
Updated Branches:
  refs/heads/master e00c16bbc -> 6ba33b84c


HIVE-19123 : TestNegativeCliDriver nopart_insert failing (Vineet Garg via 
Ashutosh Chauhan)

Signed-off-by: Ashutosh Chauhan <hashut...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/6ba33b84
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/6ba33b84
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/6ba33b84

Branch: refs/heads/master
Commit: 6ba33b84c33e16feaa2d0683b44c35e97a6e4cb9
Parents: e00c16b
Author: Vineet Garg <vg...@apache.org>
Authored: Sat Apr 7 09:50:17 2018 -0700
Committer: Ashutosh Chauhan <hashut...@apache.org>
Committed: Sat Apr 7 09:50:17 2018 -0700

----------------------------------------------------------------------
 ql/src/test/results/clientnegative/nopart_insert.q.out | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/6ba33b84/ql/src/test/results/clientnegative/nopart_insert.q.out
----------------------------------------------------------------------
diff --git a/ql/src/test/results/clientnegative/nopart_insert.q.out 
b/ql/src/test/results/clientnegative/nopart_insert.q.out
index 68aa500..a078011 100644
--- a/ql/src/test/results/clientnegative/nopart_insert.q.out
+++ b/ql/src/test/results/clientnegative/nopart_insert.q.out
@@ -6,4 +6,4 @@ POSTHOOK: query: CREATE TABLE nopart_insert(a STRING, b STRING) 
PARTITIONED BY (
 POSTHOOK: type: CREATETABLE
 POSTHOOK: Output: database:default
 POSTHOOK: Output: default@nopart_insert
-FAILED: SemanticException 3:23 Need to specify partition columns because the 
destination table is partitioned. Error encountered near token 'nopart_insert'
+FAILED: SemanticException [Error 10044]: Line 3:23 Cannot insert into target 
table because column number/types are different 'nopart_insert': Table 
insclause-0 has 3 columns, but query has 2 columns.

Reply via email to