This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-2.4 by this push:
new 66c1d50 [SPARK-29244][CORE][FOLLOWUP] Fix compilation
66c1d50 is described below
commit 66c1d50b61657245b6b293f1053a81f64e84d9bf
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Oct 1 12:37:21 2019 -0700
[SPARK-29244][CORE][FOLLOWUP] Fix compilation
---
.../java/org/apache/spark/unsafe/map/AbstractBytesToBytesMapSuite.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/src/test/java/org/apache/spark/unsafe/map/AbstractBytesToBytesMapSuite.java
b/core/src/test/java/org/apache/spark/unsafe/map/AbstractBytesToBytesMapSuite.java
index f84a533..d1004d7 100644
---
a/core/src/test/java/org/apache/spark/unsafe/map/AbstractBytesToBytesMapSuite.java
+++
b/core/src/test/java/org/apache/spark/unsafe/map/AbstractBytesToBytesMapSuite.java
@@ -720,7 +720,7 @@ public abstract class AbstractBytesToBytesMapSuite {
// SPARK-29244: BytesToBytesMap.free after a OOM reset operation should
not cause failure.
memoryManager.limit(5000);
BytesToBytesMap map =
- new BytesToBytesMap(taskMemoryManager, blockManager, serializerManager,
256, 0.5, 4000);
+ new BytesToBytesMap(taskMemoryManager, blockManager, serializerManager,
256, 0.5, 4000, false);
// Force OOM on next memory allocation.
memoryManager.markExecutionAsOutOfMemoryOnce();
try {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]