crepererum opened a new issue, #8451:
URL: https://github.com/apache/arrow-rs/issues/8451

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   Currently some arrow crates depend on `serde`, which may take a long time to 
compile if -- due to feature unification -- arrow users opted into the `derive` 
features. See https://github.com/serde-rs/serde/pull/2608 . However we often 
don't need `derive` and hence we could depend on the actual core part of serde 
called `serde_derive`.
   
   **Describe the solution you'd like**
   Check our dependencies and where we don't use `derive`, change the 
dependency from `serde` to `serde_derive`.
   
   **Describe alternatives you've considered**
   \-
   
   **Additional context**
   https://github.com/serde-rs/serde/pull/2608


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

Reply via email to