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

PARQUET-807: Allow user to retain ownership of parquet::FileMetaData. #213

Closed
wants to merge 6 commits into from

Commits on Jan 4, 2017

  1. Change FileMetaData in ParquetFileReader to a shared_ptr so that owne…

    …rship can be transferred away
    wesm committed Jan 4, 2017
    Copy the full SHA
    97527ba View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0dd4184 View commit details
    Browse the repository at this point in the history
  3. Tweak

    wesm committed Jan 4, 2017
    Copy the full SHA
    d790bb5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Implement/test opening with provided metadata. Do not close Arrow out…

    …put files automatically
    wesm committed Jan 5, 2017
    Copy the full SHA
    05ecd37 View commit details
    Browse the repository at this point in the history
  2. Add note about ARROW-455

    wesm committed Jan 5, 2017
    Copy the full SHA
    d382cca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c1b5c7c View commit details
    Browse the repository at this point in the history