You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2016/09/19 22:42:07 UTC

[21/34] hive git commit: HIVE-14769: TestVectorRowObject test takes >12 mins (Prasanth Jayachandran reviewed by Matt McCline)

HIVE-14769: TestVectorRowObject test takes >12 mins (Prasanth Jayachandran reviewed by Matt McCline)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/37abf79a
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/37abf79a
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/37abf79a

Branch: refs/heads/hive-14535
Commit: 37abf79a543441d5efa0c04ba996ec3628272bca
Parents: 7dd1d36
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Fri Sep 16 01:47:36 2016 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Fri Sep 16 01:47:36 2016 -0700

----------------------------------------------------------------------
 .../org/apache/hadoop/hive/ql/exec/vector/TestVectorRowObject.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/37abf79a/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorRowObject.java
----------------------------------------------------------------------
diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorRowObject.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorRowObject.java
index 9c4a973..e9ce8e8 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorRowObject.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorRowObject.java
@@ -69,7 +69,7 @@ public class TestVectorRowObject extends TestCase {
     VectorExtractRow vectorExtractRow = new VectorExtractRow();
     vectorExtractRow.init(source.typeNames());
 
-    Object[][] randomRows = source.randomRows(100000);
+    Object[][] randomRows = source.randomRows(10000);
     if (sort) {
       source.sort(randomRows);
     }