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

Extend Arrow support to cover nullable data. #4049

Merged
merged 13 commits into from
Sep 11, 2024
Merged

Commits on Oct 16, 2023

  1. Support export of nullable columns

    eddelbuettel authored and KiterLuc committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3dd0e74 View commit details
    Browse the repository at this point in the history
  2. Support import of nullable columns

    eddelbuettel authored and KiterLuc committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7b066e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17c1492 View commit details
    Browse the repository at this point in the history
  4. Fix build errors.

    KiterLuc committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    000064d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    173cb5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8597b33 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Add testcase

    kounelisagis committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2c1d82e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Protect definition of Arrow C Data Interface from redefinition

    This allows to e.g. include the nanoarrow headers first.
    eddelbuettel committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8b55c1c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    50d21c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    4a91c3c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Update tiledb/sm/cpp_api/arrow_io_impl.h

    Co-authored-by: Isaiah Norton <ihnorton@users.noreply.github.com>
    kounelisagis and ihnorton authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6ffb0c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5a7453 View commit details
    Browse the repository at this point in the history
  3. Linting

    kounelisagis committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1be700b View commit details
    Browse the repository at this point in the history