alamb opened a new issue, #2876: URL: https://github.com/apache/arrow-rs/issues/2876
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** @maxburke noted: > it looks like from arrow 20 to 22 it was made conditional on the json feature, but it's now... gone? @tustvold says > 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 **Additional context** https://the-asf.slack.com/archives/C01QUFS30TD/p1665180205354589 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
