Skip to content

[question] Why are union variant without payload mapped to a bool array instead of a null array ? #87

Description

@douglas-raillard-arm

The following enum gets mapped to a bool array currently:

enum Foo {
    Variant1,
}

Couldn't it be mapped to a null array instead ? I'm just recently started using arrow and your lib so I'm trying to figure out the landscape of how things are done and how to take best advantage of what's available.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions