[jira] [Commented] (ARROW-5428) [C++] Add option to set "read extent" in arrow::io::BufferedInputStream

2019-05-28 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16850064#comment-16850064 ] Wes McKinney commented on ARROW-5428: - I need this for the Parquet IO refactor so I'll point out the

[jira] [Commented] (ARROW-5428) [C++] Add option to set "read extent" in arrow::io::BufferedInputStream

2019-05-27 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16849195#comment-16849195 ] Antoine Pitrou commented on ARROW-5428: --- In any case this has to be an optional behavior, so it can

[jira] [Commented] (ARROW-5428) [C++] Add option to set "read extent" in arrow::io::BufferedInputStream

2019-05-27 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16849180#comment-16849180 ] Wes McKinney commented on ARROW-5428: - It is sufficient to set at construction time. So one option is

[jira] [Commented] (ARROW-5428) [C++] Add option to set "read extent" in arrow::io::BufferedInputStream

2019-05-27 Thread Antoine Pitrou (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16849178#comment-16849178 ] Antoine Pitrou commented on ARROW-5428: --- So this is setting bounds on the stream, right? It sounds

[jira] [Commented] (ARROW-5428) [C++] Add option to set "read extent" in arrow::io::BufferedInputStream

2019-05-27 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16849171#comment-16849171 ] Wes McKinney commented on ARROW-5428: - cc [~pitrou] for feedback with respect to naming or other