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 <[email protected]>
Authored: Wed Jul 6 20:46:23 2016 -0400
Committer: Liu Ming <[email protected]>
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.
 >>

Reply via email to