Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.2.0, 2.2.1, 2.3.0
-
None
Description
Wrapper over `SnappyOutputStream` which guards against write-after-close and double-close
issues. See SPARK-7660 for more details.
This wrapping can be removed if we upgrade to a version
of snappy-java that contains the fix for https://github.com/xerial/snappy-java/issues/107.
snappy-java:1.1.2+ fixed the bug
Attachments
Issue Links
- relates to
-
SPARK-12961 Work around memory leak in Snappy library
- Resolved
- links to