[
https://issues.apache.org/jira/browse/ARROW-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17659497#comment-17659497
]
Rok Mihevc commented on ARROW-2470:
-----------------------------------
This issue has been migrated to [issue
#18655|https://github.com/apache/arrow/issues/18655] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [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
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {{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
(v8.20.10#820010)