Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-294: [C++] Do not use platform-dependent fopen/fclose functions for MemoryMappedFile #265

Closed
wants to merge 2 commits into from

Commits on Jan 2, 2017

  1. Base MemoryMappedFile implementation on common OSFile interface. Add …

    …test case
    
    for ARROW-340.
    
    Change-Id: Iedbe5fe332dfb7007e7db8367b6adcbb73dbdecb
    wesm committed Jan 2, 2017
    Copy the full SHA
    3928ab0 View commit details
    Browse the repository at this point in the history
  2. Remove duplicated includes

    Change-Id: I4e165909757790748b6d1aa8b2842963a4432e4f
    wesm committed Jan 2, 2017
    Copy the full SHA
    42a83a4 View commit details
    Browse the repository at this point in the history