Xuanwo commented on issue #5368:
URL: https://github.com/apache/arrow-rs/issues/5368#issuecomment-1932048919

   > it isn't clear to me how the MSAV approach would be different from having 
arrow-re release minor versions
   
   MSAV enables arrow to make breaking changes without requiring library 
developers to update their MSAV, provided the library remains unaffected.
   
   For instance, the library `sun` only uses `parquet v47`. When Arrow releases 
version 48, the developer reviews the changelog and discovers that only 
`arrow-array` is affected. Therefore, they can continue using version `>=47` 
without needing to upgrade.
   
   And, yes. I think this approach is difficult to implement across the entire 
ecosystem.
   


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