tustvold commented on code in PR #2711: URL: https://github.com/apache/arrow-rs/pull/2711#discussion_r971035060
########## arrow/Cargo.toml: ########## @@ -75,7 +75,7 @@ default = ["csv", "ipc", "json"] ipc_compression = ["ipc", "zstd", "lz4"] csv = ["csv_crate"] ipc = ["flatbuffers"] -json = ["serde", "serde_json"] +json = ["serde_json"] Review Comment: There is a subtle breaking change here, previously `json` would enabled serde derives on schema, etc... despite this not actually being part of the JSON API. This is now an explicit feature flag on arrow-schema -- 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]
