Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/20862#discussion_r177986789 --- Diff: core/src/test/scala/org/apache/spark/storage/DiskStoreSuite.scala --- @@ -197,7 +197,7 @@ class DiskStoreSuite extends SparkFunSuite { while (region.transfered() < region.count()) { region.transferTo(byteChannel, region.transfered()) } - + region.release() --- End diff -- why this change?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org