Skip to content

Commit 162caf7

Browse files
committed
Fix test compilation
1 parent b45f070 commit 162caf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/UnsafeFixedWidthAggregationMapSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class UnsafeFixedWidthAggregationMapSuite extends FunSuite with Matchers with Be
3333
private var memoryManager: MemoryManager = null
3434

3535
override def beforeEach(): Unit = {
36-
memoryManager = new MemoryManager(true)
36+
memoryManager = new MemoryManager(MemoryAllocator.HEAP)
3737
}
3838

3939
override def afterEach(): Unit = {

0 commit comments

Comments
 (0)