You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2018/04/18 20:48:00 UTC

[jira] [Created] (ARROW-2470) [C++] FileGetSize() should not seek

Antoine Pitrou created ARROW-2470:
-------------------------------------

             Summary: [C++] FileGetSize() should not seek
                 Key: ARROW-2470
                 URL: https://issues.apache.org/jira/browse/ARROW-2470
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
    Affects Versions: 0.9.0
            Reporter: Antoine Pitrou


{{FileGetSize()}} currently seeks to the end of file and reads the current file position. Instead it should simply call {{fstat}} on the file descriptor (or the Windows equivalent).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)