Commits


Wes McKinney authored and Uwe L. Korn committed d9df556791f
ARROW-294: [C++] Do not use platform-dependent fopen/fclose functions for MemoryMappedFile Also adds a test case for ARROW-340. Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #265 from wesm/ARROW-294 and squashes the following commits: 42a83a4 [Wes McKinney] Remove duplicated includes 3928ab0 [Wes McKinney] Base MemoryMappedFile implementation on common OSFile interface. Add test case for ARROW-340.