scovich commented on PR #9471: URL: https://github.com/apache/arrow-rs/pull/9471#issuecomment-3987145057
Strum 0.28 includes a minor breaking change that could potentially impact enum definitions in arrow-rs (parsing of an enum with default variant becomes infallible). However, only arrow-avro seems to use strum in the first place, and it only derives `AsRefStr` (no derived `EnumString` and no `#[strum(default)]` enum variants). So we should be good. -- 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]
