You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jd...@apache.org on 2018/04/27 18:50:41 UTC

hive git commit: HIVE-19330: multi_insert_partitioned.q fails with "src table does not exist" message. (Steve Yeom, reviewed by Jason Dere)

Repository: hive
Updated Branches:
  refs/heads/master 331dd57a0 -> 6f547098f


HIVE-19330: multi_insert_partitioned.q fails with "src table does not exist" message. (Steve Yeom, reviewed by Jason Dere)


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

Branch: refs/heads/master
Commit: 6f547098fafeabd25ca7a40f8b824603abdbbb87
Parents: 331dd57
Author: Jason Dere <jd...@hortonworks.com>
Authored: Fri Apr 27 11:50:10 2018 -0700
Committer: Jason Dere <jd...@hortonworks.com>
Committed: Fri Apr 27 11:50:10 2018 -0700

----------------------------------------------------------------------
 ql/src/test/queries/clientpositive/multi_insert_partitioned.q | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/6f547098/ql/src/test/queries/clientpositive/multi_insert_partitioned.q
----------------------------------------------------------------------
diff --git a/ql/src/test/queries/clientpositive/multi_insert_partitioned.q b/ql/src/test/queries/clientpositive/multi_insert_partitioned.q
index cd91c46..0d78c72 100644
--- a/ql/src/test/queries/clientpositive/multi_insert_partitioned.q
+++ b/ql/src/test/queries/clientpositive/multi_insert_partitioned.q
@@ -1,3 +1,4 @@
+--! qt:dataset:src
 set hive.stats.column.autogather=false;
 set hive.mapred.mode=nonstrict;
 set hive.explain.user=false;