tustvold commented on PR #10354: URL: https://github.com/apache/arrow-rs/pull/10354#issuecomment-5108893035
FWIW an alternative way to resolve the actual issue, which appears to be wanting newer versions of object_store in downstreams faster, is to have versioned feature flags, i.e. `object_store_0_14`, etc... As the API this depends is unlikely to change I don't expect this to be a major maintenance burden. AFAICT the proposed change here would really just move this upgrade hazard into the next layer in the chain, i.e. DataFusion -- 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]
