Github user jiangxb1987 commented on a diff in the pull request: https://github.com/apache/spark/pull/17436#discussion_r149382213 --- Diff: core/src/test/scala/org/apache/spark/memory/StaticMemoryManagerSuite.scala --- @@ -43,12 +43,13 @@ class StaticMemoryManagerSuite extends MemoryManagerSuite { override protected def createMemoryManager( maxOnHeapExecutionMemory: Long, - maxOffHeapExecutionMemory: Long): StaticMemoryManager = { + maxOffHeapExecutionMemory: Long = 1000): StaticMemoryManager = { --- End diff -- Please update this line.
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org