You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following enum gets mapped to a bool array currently:
enumFoo{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.
The text was updated successfully, but these errors were encountered:
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
The following enum gets mapped to a bool array currently:
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.
The text was updated successfully, but these errors were encountered: