xuechendi commented on a change in pull request #32534:
URL: https://github.com/apache/spark/pull/32534#discussion_r633431076
##########
File path: core/src/test/scala/org/apache/spark/storage/MemoryStoreSuite.scala
##########
@@ -546,4 +551,105 @@ class MemoryStoreSuite
}
}
}
+
+ test("put native objects to MemoryStore and remove") {
Review comment:
@srowen , I added two UnitTests to verify this PR, my initial purpose of
adding this Manual close is to release memory allocated by Apache-Arrow, so
below UT is based on Arrow, while using Arrow in spark-core UT requires an
extra dependencies in core's pom, I am not sure if it is ok to add dependencies
in pom? Or I'll try to write something else to make the point.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]