[ 
https://issues.apache.org/jira/browse/ARROW-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181877#comment-16181877
 ] 

ASF GitHub Bot commented on ARROW-1613:
---------------------------------------

Github user wesm commented on the issue:

    https://github.com/apache/arrow/pull/1138
  
    I think this issue bears more discussion, and I would like not to block 
0.7.1 and proceed with the RC. I'm mindful of helping Spark move forward so if 
we need to do another point release before 0.8.0 (which should go out by end of 
October) that is OK with me. 


> [Java] ArrowReader should not close the input ReadChannel
> ---------------------------------------------------------
>
>                 Key: ARROW-1613
>                 URL: https://issues.apache.org/jira/browse/ARROW-1613
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java - Vectors
>            Reporter: Bryan Cutler
>            Assignee: Bryan Cutler
>              Labels: pull-request-available
>
> Currently, {{ArrowReader.close()}} will close resources (VectorSchemaRoot and 
> Dictionary Vectors) and also close the input ReadChannel, or InputStream for 
> ArrowStreamReader.  Closing of the ReadChannel should be done by what ever 
> created it because it might need to be reused.
> If this not possible, an alternative could be to add a method 
> {{ArrowReader.end()}} that will close resources but not the ReadChannel.  
> Then {{end()}} could be called instead of {{close()}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to