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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
