-
Notifications
You must be signed in to change notification settings - Fork 21
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
Bool8 #211
Comments
Hey :) Sure. As it's simply bools encoded as a 0/1 in a Int8 array, it should be a pretty trivial change. (simply add bool support to the int deserializers / serializers). The extension type itself is ignored by the At the moment I am midway through a major change of the internals of serde_arrow, but I should be able to add this change afterwards. |
Details from the PR defining the extension type:
Impls:
|
Hey, I love seeing the recent updates. Hope you're doing well 🤝
When the new Bool8 type lands, please can you see if that can be added?
apache/arrow#43234
apache/arrow#43488
apache/arrow#43323
The text was updated successfully, but these errors were encountered: