You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2018/05/24 04:44:51 UTC

spark git commit: fix compilation caused by SPARK-24257

Repository: spark
Updated Branches:
  refs/heads/branch-2.2 23790741b -> 8abd0a7bd


fix compilation caused by SPARK-24257


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8abd0a7b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8abd0a7b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8abd0a7b

Branch: refs/heads/branch-2.2
Commit: 8abd0a7bde93ec854c88fda73f1099c79cdda742
Parents: 2379074
Author: Wenchen Fan <we...@databricks.com>
Authored: Thu May 24 12:44:26 2018 +0800
Committer: Wenchen Fan <we...@databricks.com>
Committed: Thu May 24 12:44:26 2018 +0800

----------------------------------------------------------------------
 .../org/apache/spark/sql/execution/joins/HashedRelationSuite.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8abd0a7b/sql/core/src/test/scala/org/apache/spark/sql/execution/joins/HashedRelationSuite.scala
----------------------------------------------------------------------
diff --git a/sql/core/src/test/scala/org/apache/spark/sql/execution/joins/HashedRelationSuite.scala b/sql/core/src/test/scala/org/apache/spark/sql/execution/joins/HashedRelationSuite.scala
index b575e55..f0288c8 100644
--- a/sql/core/src/test/scala/org/apache/spark/sql/execution/joins/HashedRelationSuite.scala
+++ b/sql/core/src/test/scala/org/apache/spark/sql/execution/joins/HashedRelationSuite.scala
@@ -256,7 +256,7 @@ class HashedRelationSuite extends SparkFunSuite with SharedSQLContext {
   test("SPARK-24257: insert big values into LongToUnsafeRowMap") {
     val taskMemoryManager = new TaskMemoryManager(
       new StaticMemoryManager(
-        new SparkConf().set(MEMORY_OFFHEAP_ENABLED.key, "false"),
+        new SparkConf().set("spark.memory.offHeap.enabled", "false"),
         Long.MaxValue,
         Long.MaxValue,
         1),


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org