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

Make FixedSizedList Json serializable #5568

Closed
colin99d opened this issue Mar 29, 2024 · 2 comments · Fixed by #5646
Closed

Make FixedSizedList Json serializable #5568

colin99d opened this issue Mar 29, 2024 · 2 comments · Fixed by #5646
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers help wanted

Comments

@colin99d
Copy link

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I would like for the arrow-json library to automatically implement the FixedSizedList.

Describe the solution you'd like
It seems like adding FixedSizedList should be trivial, since it would be encoded in the same way as a list, I would be happy to try it myself, I just wanted to start this first to make sure there is nothing I am missing.

Describe alternatives you've considered
The alternative is I continue to implement this manually.

@colin99d colin99d added the enhancement Any new improvement worthy of a entry in the changelog label Mar 29, 2024
@Russ741
Copy link

Russ741 commented Apr 2, 2024

I'd like to work on this issue.

@tustvold tustvold added the arrow Changes to the arrow crate label Apr 17, 2024
@tustvold
Copy link
Contributor

label_issue.py automatically added labels {'arrow'} from #5646

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog good first issue Good for newcomers help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants