Commits


Antoine Pitrou authored and Korn, Uwe committed b65205e32ea
ARROW-2470: [C++] Avoid seeking in GetFileSize This makes GetFileSize thread-safe and also reduces its cost. Author: Antoine Pitrou <antoine@python.org> Closes #1934 from pitrou/ARROW-2470-getfilesize and squashes the following commits: 52392075 <Antoine Pitrou> ARROW-2470: Avoid seeking in GetFileSize