Skip to content
Snippets Groups Projects
Commit 5a25cd4f authored by Davies Liu's avatar Davies Liu
Browse files

[HOTFIX] disable stress test

parent fe2fcb48
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment