Replies: 1 comment 2 replies
-
Arrow-schema has an optional If you add |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to convert a Schema to json. All the structs I've looked at are annotated with
However, there is no "serde" feature I can enable for the arrow crate. How do I enable this feature?
Here is the error I'm getting:
I can see at that at one point there was no such cfg_attr, but looking through the history I can't find when or why this change was made.
Beta Was this translation helpful? Give feedback.
All reactions