dongjoon-hyun commented on issue #25953: [SPARK-29244][Core] Prevent freed page 
in BytesToBytesMap free again
URL: https://github.com/apache/spark/pull/25953#issuecomment-537182433
 
 
   Hi, @viirya .
   Could you check `branch-2.4`? This seems to break it again.
   ```
   
/home/runner/work/spark/spark/core/src/test/java/org/apache/spark/unsafe/map/AbstractBytesToBytesMapSuite.java:723:
 error: no suitable constructor found for 
BytesToBytesMap(TaskMemoryManager,BlockManager,SerializerManager,int,double,int)
   218
   [error]       new BytesToBytesMap(taskMemoryManager, blockManager, 
serializerManager, 256, 0.5, 4000);
   219
   [error]       ^
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to