You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2017/05/08 20:28:37 UTC

[5/8] incubator-trafodion git commit: Expected file change for TEST130

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/a14a3ee1/core/sql/regress/executor/TEST130
----------------------------------------------------------------------
diff --git a/core/sql/regress/executor/TEST130 b/core/sql/regress/executor/TEST130
index 6f174a3..b9c3e2c 100755
--- a/core/sql/regress/executor/TEST130
+++ b/core/sql/regress/executor/TEST130
@@ -117,7 +117,7 @@ delete from t130lob2;
 --test insert select from a source hive varchar column to lob
 delete from t130lob2;
 insert into t130lob2 select [first 10] d_date_sk,d_date_id from hive.hive.date_dim;
-select lobtostring(c2,40) from t130lob2 order by c1;
+select lobtostring(c2,4) from t130lob2 order by c1;
 delete from t130lob2;