[TRAFODION-1912] git add forgot again
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/a370972c Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/a370972c Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/a370972c Branch: refs/heads/master Commit: a370972ca3ee770b84741ad97e45ee70928d8e1e Parents: 6f12eac Author: Liu Ming <[email protected]> Authored: Tue Apr 12 03:13:12 2016 +0000 Committer: Liu Ming <[email protected]> Committed: Tue Apr 12 03:13:12 2016 +0000 ---------------------------------------------------------------------- core/sql/regress/hive/EXPECTED005 | 2 +- core/sql/regress/hive/TEST005 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/a370972c/core/sql/regress/hive/EXPECTED005 ---------------------------------------------------------------------- diff --git a/core/sql/regress/hive/EXPECTED005 b/core/sql/regress/hive/EXPECTED005 index 26bb17b..99b0bf6 100644 --- a/core/sql/regress/hive/EXPECTED005 +++ b/core/sql/regress/hive/EXPECTED005 @@ -497,7 +497,7 @@ C1 C2 C3 C4 >>cqd HIVE_SCAN_SPECIAL_MODE reset; --- SQL operation complete. ->>drop table trafodion.seabase.tbl_dos_num; +>>drop table if exists trafodion.seabase.tbl_dos_num; --- SQL operation complete. >>create table trafodion.seabase.tbl_dos_num (c1 int, c2 int); http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/a370972c/core/sql/regress/hive/TEST005 ---------------------------------------------------------------------- diff --git a/core/sql/regress/hive/TEST005 b/core/sql/regress/hive/TEST005 index 993ea1b..6e46c64 100644 --- a/core/sql/regress/hive/TEST005 +++ b/core/sql/regress/hive/TEST005 @@ -236,7 +236,7 @@ cqd HIVE_FILE_CHARSET reset; cqd HIVE_SCAN_SPECIAL_MODE '1'; select * from tbl_dos; cqd HIVE_SCAN_SPECIAL_MODE reset; -drop table trafodion.seabase.tbl_dos_num; +drop table if exists trafodion.seabase.tbl_dos_num; create table trafodion.seabase.tbl_dos_num (c1 int, c2 int); load with NO OUTPUT into trafodion.seabase.tbl_dos_num select * from tbl_dos_num; cqd HIVE_SCAN_SPECIAL_MODE '1';
