Skip to content

Commit

Permalink
[HOTFIX] disable stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
davies committed May 20, 2016
1 parent fe2fcb4 commit 5a25cd4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ class HashedRelationSuite extends SparkFunSuite with SharedSQLContext {
longRelation.close()
}

test("build HashedRelation with more than 100 millions rows") {
// This test require 4G heap to run, should run it manually
ignore("build HashedRelation with more than 100 millions rows") {
val unsafeProj = UnsafeProjection.create(
Seq(BoundReference(0, IntegerType, false),
BoundReference(1, StringType, true)))
Expand Down

0 comments on commit 5a25cd4

Please sign in to comment.