Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan committed Apr 8, 2022
1 parent a8e5ea9 commit 117411f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class SortSuite extends SparkPlanTest with SharedSparkSession {
override protected def sparkConf: SparkConf = {
val conf = super.sparkConf
conf.set("spark.memory.offHeap.size", String.valueOf("5000m"))
.set("spark.sql.inMemoryColumnarStorage.batchSize", "100")
}

test("basic sorting using ExternalSort") {
Expand Down

0 comments on commit 117411f

Please sign in to comment.