GitHub user witgo opened a pull request:

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

    [WIP][SPARK-17184][[CORE]]Replace ByteBuf with InputStream

    ## What changes were proposed in this pull request?
    
    The size of ByteBuf can not be greater than 2G, should be replaced by 
InputStream.
    
    [WIP]
    
    ## How was this patch tested?
    
    [WIP]
    
    
    


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

    $ git pull https://github.com/witgo/spark SPARK-17184_ByteBuf_2_InputStream

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

    https://github.com/apache/spark/pull/14751.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 #14751
    
----
commit b2294412bd75a83f8f55d531416cfc2bfff0111a
Author: Guoqiang Li <wi...@qq.com>
Date:   2016-08-16T08:43:51Z

    Replace ByteBuffer with ChunkedByteBuffer

commit 7ab9ba54320fd86cfa489e625fba489a987b49ff
Author: Guoqiang Li <wi...@qq.com>
Date:   2016-08-22T13:39:24Z

    Replace ByteBuf with InputStream

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to