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 @@ void testVectorRowObject(int caseNum, boolean sort, Random r) throws HiveExcepti VectorExtractRow vectorExtractRow = new VectorExtractRow(); vectorExtractRow.init(source.typeNames()); - Object[][] randomRows = source.randomRows(100000); + Object[][] randomRows = source.randomRows(10000); if (sort) { source.sort(randomRows); }