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

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

Open
douglas-raillard-arm opened this issue Dec 1, 2022 · 0 comments

Comments

@douglas-raillard-arm
Copy link

douglas-raillard-arm commented Dec 1, 2022

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.

@douglas-raillard-arm douglas-raillard-arm changed the title [question [question] Why are union variant without payload mapped to a bool array instead of a null array ? Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant