GitHub user manbuyun opened a pull request:

    https://github.com/apache/spark/pull/21176

    [SPARK-24109] Remove class SnappyOutputStreamWrapper

    JIRA: 
https://issues.apache.org/jira/browse/SPARK-24109?jql=text%20~%20%22SnappyOutputStreamWrapper%22
    
    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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/manbuyun/spark 
refactor-SnappyOutputStreamWrapper

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/21176.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #21176
    
----
commit 8b93ca15bf4a5d56cd0d4c6694a7f723877a147a
Author: WangJinhai02 <jinhai.wang02@...>
Date:   2018-04-27T03:40:11Z

    remove SnappyOutputStreamWrapper

commit 06c8c2f60d5665da00234868b1186283e0fcd894
Author: WangJinhai02 <jinhai.wang02@...>
Date:   2018-04-27T03:42:34Z

    Merge branch 'master' of https://github.com/apache/spark into 
refactor-SnappyOutputStreamWrapper

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to