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/06/29 05:22:06 UTC

[GitHub] [arrow-rs] nevi-me commented on pull request #1961: Remove indexmap

nevi-me commented on PR #1961:
URL: https://github.com/apache/arrow-rs/pull/1961#issuecomment-1169545783

   @alamb @jhorstmann @tustvold please see comments on the PR.
   I haven't looked at the json writer failures, but I know that they depend on `serde_json`'s `preserve_order` feature. So there might not be much of an alternative there.
   
   One approach could be to isolate the `json` functionality into its own feature, and perhaps even go as far as splitting the read and write features to be under the `json` feature. It would at least enable us to remove `indexmap` if one doesn't need `json_write`


-- 
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