You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/14 18:52:21 UTC

[GitHub] [arrow-rs] alamb opened a new issue, #2876: Integration test JSON schema serialization format was removed

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb commented on issue #2876: Restore Integration test JSON schema serialization

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #2876:
URL: https://github.com/apache/arrow-rs/issues/2876#issuecomment-1281412269

   Published on crates.io as https://crates.io/crates/arrow-integration-test/25.0.0 (though it has no readme for some reason 🤔 ) cc @maxburke 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] alamb closed issue #2876: Integration test JSON schema serialization format was removed

Posted by GitBox <gi...@apache.org>.
alamb closed issue #2876: Integration test JSON schema serialization format was removed  
URL: https://github.com/apache/arrow-rs/issues/2876


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org