update to test executor/test022
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/0cfb3b75 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/0cfb3b75 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/0cfb3b75 Branch: refs/heads/master Commit: 0cfb3b75a8937b38e58d1bdf241f0f4bcb91e011 Parents: 84d76f4 Author: Anoop Sharma <[email protected]> Authored: Thu Jun 21 04:43:41 2018 +0000 Committer: Anoop Sharma <[email protected]> Committed: Thu Jun 21 04:43:41 2018 +0000 ---------------------------------------------------------------------- core/sql/regress/executor/EXPECTED022.SB | 2 +- core/sql/regress/executor/TEST022 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/0cfb3b75/core/sql/regress/executor/EXPECTED022.SB ---------------------------------------------------------------------- diff --git a/core/sql/regress/executor/EXPECTED022.SB b/core/sql/regress/executor/EXPECTED022.SB index 30d15eb..b1ad245 100644 --- a/core/sql/regress/executor/EXPECTED022.SB +++ b/core/sql/regress/executor/EXPECTED022.SB @@ -4655,7 +4655,7 @@ A B C --- 0 row(s) selected. >> ->>drop table hive.hive.thivets; +>>drop table if exists hive.hive.thivets; --- SQL operation complete. >>create table hive.hive.thivets (a timestamp); http://git-wip-us.apache.org/repos/asf/trafodion/blob/0cfb3b75/core/sql/regress/executor/TEST022 ---------------------------------------------------------------------- diff --git a/core/sql/regress/executor/TEST022 b/core/sql/regress/executor/TEST022 index d550c37..cda8a4f 100755 --- a/core/sql/regress/executor/TEST022 +++ b/core/sql/regress/executor/TEST022 @@ -1163,7 +1163,7 @@ select cast(a as char(30)), cast(b as char(20)), cast(c as char(20)) from t022na select * from t022nanos where a = timestamp '2018-01-01 10:10:10.123456789'; select * from t022nanos where a = timestamp '2018-01-01 10:10:10.123456788'; -drop table hive.hive.thivets; +drop table if exists hive.hive.thivets; create table hive.hive.thivets (a timestamp); insert into hive.hive.thivets values (timestamp '2018-01-01 10:10:10.123456789'); select * from hive.hive.thivets;
