crepererum commented on issue #8451:
URL: https://github.com/apache/arrow-rs/issues/8451#issuecomment-3370697801

   I think the two integration test crates are not super relevant, I would view 
them as dev dependencies. `arrow-json` and `arrow-avro` are optional features. 
So I agree that this is mostly gonna make sense for `arrow-schema`. Having a 
quick look at this, it seems that most (or even all?) derives are gated behind 
the `serde` feature and I think it's fine if `feature = serde` = 
`serde_derive`. So my main question is mostly: can one compile `arrow` (i.e. 
the core crate) with `default_features = false` so that it doesn't require 
`serde_derive`?


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