You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/06/06 18:44:18 UTC

[jira] [Created] (ARROW-1094) [C++] Incomplete buffer reads in arrow::io::ReadableFile should exactly truncate returned buffer

Wes McKinney created ARROW-1094:
-----------------------------------

             Summary: [C++] Incomplete buffer reads in arrow::io::ReadableFile should exactly truncate returned buffer
                 Key: ARROW-1094
                 URL: https://issues.apache.org/jira/browse/ARROW-1094
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
    Affects Versions: 0.4.0
            Reporter: Wes McKinney
            Assignee: Wes McKinney
             Fix For: 0.5.0


Currently the buffer is only being truncated if it is sufficiently small:

https://github.com/apache/arrow/blob/master/cpp/src/arrow/io/file.cc#L416



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)