You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by hz...@apache.org on 2016/07/07 03:41:05 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-1676] rework to solve TEST022 failure

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 67c16776f -> cc511501a


[TRAFODION-1676] rework to solve TEST022 failure


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/b9d0c66f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/b9d0c66f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/b9d0c66f

Branch: refs/heads/master
Commit: b9d0c66f9f27dec2b8871ae2aee0ecd6a1e1f443
Parents: 160ac1c
Author: Liu Ming <ov...@sina.com>
Authored: Wed Jul 6 20:46:23 2016 -0400
Committer: Liu Ming <ov...@sina.com>
Committed: Wed Jul 6 20:46:23 2016 -0400

----------------------------------------------------------------------
 core/sql/regress/executor/EXPECTED022.SB | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/b9d0c66f/core/sql/regress/executor/EXPECTED022.SB
----------------------------------------------------------------------
diff --git a/core/sql/regress/executor/EXPECTED022.SB b/core/sql/regress/executor/EXPECTED022.SB
index f26f4e6..d19b72e 100644
--- a/core/sql/regress/executor/EXPECTED022.SB
+++ b/core/sql/regress/executor/EXPECTED022.SB
@@ -3066,12 +3066,12 @@ C1                         C2
 --- 0 row(s) selected.
 >>select cast('-. 3' as int) from t022t8;
 
-*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2d2e2033
+*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2e2033
 
 --- 0 row(s) selected.
 >>select cast('-3 . ' as int) from t022t8;
 
-*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2d33202e20
+*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 33202e20
 
 --- 0 row(s) selected.
 >>
@@ -3092,12 +3092,12 @@ C1                         C2
 --- 0 row(s) selected.
 >>select c1 from t022t8 where cast('-. 3' as int) < 1;
 
-*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2d2e2033
+*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2e2033
 
 --- 0 row(s) selected.
 >>select c1 from t022t8 where cast('-3 .' as int) < 1;
 
-*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2d33202e
+*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 33202e
 
 --- 0 row(s) selected.
 >>
@@ -7836,12 +7836,12 @@ C1                         C2
 --- 0 row(s) selected.
 >>select cast('-. 3' as int) from t022t8;
 
-*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2d2e2033
+*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2e2033
 
 --- 0 row(s) selected.
 >>select cast('-3 . ' as int) from t022t8;
 
-*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2d33202e20
+*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 33202e20
 
 --- 0 row(s) selected.
 >>
@@ -7862,12 +7862,12 @@ C1                         C2
 --- 0 row(s) selected.
 >>select c1 from t022t8 where cast('-. 3' as int) < 1;
 
-*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2d2e2033
+*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2e2033
 
 --- 0 row(s) selected.
 >>select c1 from t022t8 where cast('-3 .' as int) < 1;
 
-*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 2d33202e
+*** ERROR[8413] The string argument contains characters that cannot be converted. Source data 33202e
 
 --- 0 row(s) selected.
 >>


[2/2] incubator-trafodion git commit: [TRAFODION-1676] rework to solve TEST022 failure

Posted by hz...@apache.org.
[TRAFODION-1676] rework to solve TEST022 failure


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/cc511501
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/cc511501
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/cc511501

Branch: refs/heads/master
Commit: cc511501a12a2af108a3f4de90d1e0274dae964e
Parents: 67c1677 b9d0c66
Author: Hans Zeller <hz...@apache.org>
Authored: Thu Jul 7 03:40:09 2016 +0000
Committer: Hans Zeller <hz...@apache.org>
Committed: Thu Jul 7 03:40:09 2016 +0000

----------------------------------------------------------------------
 core/sql/regress/executor/EXPECTED022.SB | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------