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-2586: [C++] Changing the type of ListBuilder's and StructBuilder's children from unique_ptr to shared_ptr so that it can support deserialization from Parquet to Arrow with arbitrary nesting #2034

Closed

Commits on Jul 23, 2018

  1. Changing the type of ListBuilder's and StructBuilder's children from …

    …unique_ptr to shared_ptr so that it can support deserialization from Parquet to Arrow with arbitrary nesting. This allows the class that is responsible for deserializing to hold a shared_ptr to the concrete type without having to static_cast from the (List|Struct)Builder's getters.
    Joshua Storck authored and wesm committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    d6c6945 View commit details
    Browse the repository at this point in the history
  2. Fixing format errors

    Joshua Storck authored and wesm committed Jul 23, 2018
    Configuration menu
    Copy the full SHA
    d5aac22 View commit details
    Browse the repository at this point in the history