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-11599: [Rust] Add function to create array with all nulls #9469

Closed
wants to merge 7 commits into from

Commits on Feb 13, 2021

  1. WIP: make empty arrays

    nevi-me committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    3bdeb1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0249960 View commit details
    Browse the repository at this point in the history
  3. use null builder in scalar

    nevi-me committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    cd039f0 View commit details
    Browse the repository at this point in the history
  4. address review comments

    nevi-me committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    920e0b7 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    nevi-me and alamb committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    0a4fa56 View commit details
    Browse the repository at this point in the history
  6. fmt

    nevi-me committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    72125dd View commit details
    Browse the repository at this point in the history
  7. address feedback, fix build

    nevi-me committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    8c45e47 View commit details
    Browse the repository at this point in the history