[jira] [Commented] (ARROW-6180) [C++] Create InputStream that references a segment of a RandomAccessFile

2019-08-14 Thread Zherui Cao (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16907344#comment-16907344 ] Zherui Cao commented on ARROW-6180: --- I saw your patch, and Thanks for that. > [C++] Cr

[jira] [Commented] (ARROW-6180) [C++] Create InputStream that references a segment of a RandomAccessFile

2019-08-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906659#comment-16906659 ] Wes McKinney commented on ARROW-6180: - You can let me take care of this so we aren't

[jira] [Commented] (ARROW-6180) [C++] Create InputStream that references a segment of a RandomAccessFile

2019-08-13 Thread Deepak Majeti (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906653#comment-16906653 ] Deepak Majeti commented on ARROW-6180: -- [~wesmckinn], [~pitrou] looks like the issue

[jira] [Commented] (ARROW-6180) [C++] Create InputStream that references a segment of a RandomAccessFile

2019-08-13 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906647#comment-16906647 ] Antoine Pitrou commented on ARROW-6180: --- I see. That sounds reasonable to me. > [C

[jira] [Commented] (ARROW-6180) [C++] Create InputStream that references a segment of a RandomAccessFile

2019-08-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906643#comment-16906643 ] Wes McKinney commented on ARROW-6180: - The idea is to have an private implementation

[jira] [Commented] (ARROW-6180) [C++] Create InputStream that references a segment of a RandomAccessFile

2019-08-13 Thread Zherui Cao (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906614#comment-16906614 ] Zherui Cao commented on ARROW-6180: --- [~wesmckinn] If I don't change BufferedInputStream

[jira] [Commented] (ARROW-6180) [C++] Create InputStream that references a segment of a RandomAccessFile

2019-08-13 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906584#comment-16906584 ] Wes McKinney commented on ARROW-6180: - [~pitrou] the problem is that multiple threads

[jira] [Commented] (ARROW-6180) [C++] Create InputStream that references a segment of a RandomAccessFile

2019-08-12 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16905155#comment-16905155 ] Antoine Pitrou commented on ARROW-6180: --- I don't really understand what this does c

[jira] [Commented] (ARROW-6180) [C++] Create InputStream that references a segment of a RandomAccessFile

2019-08-11 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-6180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16904683#comment-16904683 ] Wes McKinney commented on ARROW-6180: - The way I would do this is as follows: * Add