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-238 Add Support for nested ObjectIDs in polars conversion #220

Merged
merged 6 commits into from
Aug 7, 2024

Commits on Jun 17, 2024

  1. added support for nested fields in polars conversion

    _arrow_to_polars currently has no support to cast extension types for nested fields. This prohibits ObjectIDs to be read in case they are in nested fields.
    sibbiii authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2e0e75f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    30a2de6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c771c0d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    8dabc2b View commit details
    Browse the repository at this point in the history
  2. add types to functions

    lazargugleta committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    788cae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3eae9f6 View commit details
    Browse the repository at this point in the history