Xuanwo commented on issue #5368: URL: https://github.com/apache/arrow-rs/issues/5368#issuecomment-1931143230
I once proposed an idea named `MSAV` (minimum supported arrow version) on https://github.com/icelake-io/icelake/discussions/234. Libraries relying on `arrow` should declare an MSAV and use `>=47`, rather than sticking to a specific version. Meanwhile, binaries should opt for a precise version of arrow to utilize. Most libraries only use a part of arrow's public API, which is relatively stable. However, if there are changes, libraries can update their MSAV, allowing downstream users to be aware of and adapt to these changes. Just so you know, I'm not sure if it's a good idea. -- 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]
