alamb commented on PR #7045: URL: https://github.com/apache/arrow-rs/pull/7045#issuecomment-2653580385
> > > It's a normal dependency for `arrow` and `object_store` (optional): > > > > > > In order to merge this into main before the next breaking release I think we need to ensure it doesn't appear in any of the public APIs. I can double check in a bit > > I double checked > > the dependency for arrow is for the test_utils mod which doesn't appear to have rand in any of the public APIs (though I didn't analyze them all to be honest) https://github.com/alamb/arrow-rs/blob/53c1f5fef08dfe01a95e34ed9df4216aaeb583f5/arrow/Cargo.toml#L74-L73 > > Since we haven't made a new breaking object store release yet I don't think that is a problem > > * [Release object_store `0.12.0` (API breaking) Around Feb 30 2025 #6903](https://github.com/apache/arrow-rs/issues/6903) So it turns out that when I was updating DataFusion rand does indeed appear in the API: - https://github.com/apache/arrow-rs/issues/7083#issuecomment-2653571083 I have a workaround in mind -- 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]
