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

Improve C Data Interface and Add Integration Testing Entrypoints #5080

Merged
merged 10 commits into from
Nov 20, 2023

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    9f68695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    956ba2e View commit details
    Browse the repository at this point in the history
  3. Clippy

    pitrou committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    3ea2f9f View commit details
    Browse the repository at this point in the history
  4. Use ptr::write

    pitrou committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    6dd48f1 View commit details
    Browse the repository at this point in the history
  5. Fix null_count for Null type

    pitrou committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    44c5184 View commit details
    Browse the repository at this point in the history
  6. Use new from_raw() APIs

    pitrou committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b1c02e4 View commit details
    Browse the repository at this point in the history
  7. Address some review comments.

    pitrou committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    dcbf4f8 View commit details
    Browse the repository at this point in the history
  8. Add unsafe markers

    pitrou committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4deebe6 View commit details
    Browse the repository at this point in the history
  9. Try to fix CI

    pitrou committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4812d7c View commit details
    Browse the repository at this point in the history
  10. Revamp ArrowFile

    pitrou committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    69c2715 View commit details
    Browse the repository at this point in the history