Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ import org.apache.spark.sql.internal.SQLConf
import org.apache.spark.sql.test.SQLTestUtils

class MapStatusEndToEndSuite extends SparkFunSuite with SQLTestUtils {
override def spark: SparkSession = SparkSession.builder()
.master("local")
.config(SQLConf.LEAF_NODE_DEFAULT_PARALLELISM.key, value = 5)
.config(SQLConf.CLASSIC_SHUFFLE_DEPENDENCY_FILE_CLEANUP_ENABLED.key, value = false)
.getOrCreate()
override def spark: SparkSession = SparkSession.builder()
.master("local")
.config(SQLConf.LEAF_NODE_DEFAULT_PARALLELISM.key, value = 5)
.config(SQLConf.CLASSIC_SHUFFLE_DEPENDENCY_FILE_CLEANUP_ENABLED.key, value = false)
.getOrCreate()

override def afterAll(): Unit = {
// This suite should not interfere with the other test suites.
Expand Down