Commits


Phillip Cloud authored and Wes McKinney committed 81a0e67390b
ARROW-1657: [C++] Multithreaded Read Test Failing on Arch Linux This makes `RandomAccessFile` thread-safe (and therefore `BufferReader` as well) using pimpl. JIRA is down for maintenance at the moment. Author: Phillip Cloud <cpcloud@gmail.com> Closes #1187 from cpcloud/thread-safe-random-access-file and squashes the following commits: 60b90348 [Phillip Cloud] Fix GLib bindings e0bcf22a [Phillip Cloud] ARROW-1657: [C++] Multithreaded Read Test Failing on Arch Linux