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.
It was removed as it isn't meant as a stable serialization format
There is still serde::Serialize implemented for Schema if the corresponding feature is enabled but this isn't backwards compatible with the old serialization format
Describe the solution you'd like
I think publishing an arrow-integration-test crate containing the decoding logic for this format makes sense
Describe alternatives you've considered
Copy the code from git into new repos
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
@maxburke noted:
@tustvold says
There is still serde::Serialize implemented for Schema if the corresponding feature is enabled but this isn't backwards compatible with the old serialization format
Describe the solution you'd like
I think publishing an arrow-integration-test crate containing the decoding logic for this format makes sense
Describe alternatives you've considered
Copy the code from git into new repos
Additional context
https://the-asf.slack.com/archives/C01QUFS30TD/p1665180205354589
The text was updated successfully, but these errors were encountered: