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: Don't copy the list/map when not needed #252

Merged
merged 10 commits into from
Jan 26, 2024
Merged

Commits on Jan 5, 2024

  1. Arrow: Use case instead of wrapping a map/list

    Wrapping the list seems to introduce an odd behavior where
    `null` values are converted to an empty list `[]`.
    
    Resolves apache#251
    Fokko committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d9efdbb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Cleanup

    Fokko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e3f3463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7f2b5 View commit details
    Browse the repository at this point in the history
  3. Remove the field-ids for now

    Fokko committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0d0a076 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    7e1adef View commit details
    Browse the repository at this point in the history
  2. Fix bug

    Fokko committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    41a88a7 View commit details
    Browse the repository at this point in the history
  3. Fix the map

    Fokko committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2ca18f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. The best I can do

    Fokko committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    17f7498 View commit details
    Browse the repository at this point in the history
  2. Lint

    Fokko committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    cdea7f2 View commit details
    Browse the repository at this point in the history