You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2015/12/09 10:50:20 UTC

sqoop git commit: SQOOP-2729: Sqoop2: Integration Tests: In ShortStories.java we have a varchar(10000) column, which is too long for oracle

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 2fc3128d1 -> 33d2b12ca


SQOOP-2729: Sqoop2: Integration Tests: In ShortStories.java we have a varchar(10000) column, which is too long for oracle

(Abraham Fine via Jarek Jarcec Cecho)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/33d2b12c
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/33d2b12c
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/33d2b12c

Branch: refs/heads/sqoop2
Commit: 33d2b12cab12b9048afb261d579a8d27653aa133
Parents: 2fc3128
Author: Jarek Jarcec Cecho <ja...@apache.org>
Authored: Wed Dec 9 10:49:38 2015 +0100
Committer: Jarek Jarcec Cecho <ja...@apache.org>
Committed: Wed Dec 9 10:49:38 2015 +0100

----------------------------------------------------------------------
 test/src/main/java/org/apache/sqoop/test/data/ShortStories.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/33d2b12c/test/src/main/java/org/apache/sqoop/test/data/ShortStories.java
----------------------------------------------------------------------
diff --git a/test/src/main/java/org/apache/sqoop/test/data/ShortStories.java b/test/src/main/java/org/apache/sqoop/test/data/ShortStories.java
index b84339e..66bf2cd 100644
--- a/test/src/main/java/org/apache/sqoop/test/data/ShortStories.java
+++ b/test/src/main/java/org/apache/sqoop/test/data/ShortStories.java
@@ -38,7 +38,7 @@ public class ShortStories extends DataSet {
         "id",
         "id", "int",
         "name", "varchar(64)",
-        "story", "varchar(10000)"
+        "story", "varchar(1000)"
     );
 
     return this;