AdamGS opened a new pull request, #8558: URL: https://github.com/apache/arrow-rs/pull/8558
# Which issue does this PR close? - Closes #8451. With this change, its possible to compile the core crate without pulling `serde_derive`, which is will be only required for `arrow-avro` and `arrow-schema/serde`. # Rationale for this change Improve compile time and reduce number of dependencies and binary size in some cases. # What changes are included in this PR? 1. Use `serde_core` when possible 2. Manually implement `Serialize/Deserialize` for canonical extension type metadata. # Are these changes tested? Covered by existing tests # Are there any user-facing changes? No -- 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]
