Skip to content

Commit fa8ef46

Browse files
committed
fix compilation caused by SPARK-24257
1 parent 1d82876 commit fa8ef46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/joins/HashedRelationSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ class HashedRelationSuite extends SparkFunSuite with SharedSQLContext {
256256
test("SPARK-24257: insert big values into LongToUnsafeRowMap") {
257257
val taskMemoryManager = new TaskMemoryManager(
258258
new StaticMemoryManager(
259-
new SparkConf().set(MEMORY_OFFHEAP_ENABLED.key, "false"),
259+
new SparkConf().set("spark.memory.offHeap.enabled", "false"),
260260
Long.MaxValue,
261261
Long.MaxValue,
262262
1),

0 commit comments

Comments
 (0)