Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade object_store dependency and bump version #18

Open
tlovell-sxt opened this issue Nov 1, 2023 · 1 comment
Open

Upgrade object_store dependency and bump version #18

tlovell-sxt opened this issue Nov 1, 2023 · 1 comment

Comments

@tlovell-sxt
Copy link

Currently running into an issue where some crates are upgrading to newer versions of arrow/parquet, the latter of which depends on object_store version 0.7. There's some versioning discrepancy happening if this crate is also depended on. In particular, I ran into this with the delta-rs crates: delta-io/delta-rs#1793

As you can tell, the error is similar to #15, but that seems to have been a different incident with users getting automatic upgrades to datafusion-objectstore-hdfs version 0.1.4 and then having conflicting versions of object_store since 0.1.4 depended on 0.6 while some of their other, older crates they were depending on still depended on 0.5 or whatever. So, I think if we bump the object_store dependency here, it warrants a breaking change semver bump to 0.2.0 to avoid a similar issue occurring again.

After which, delta-rs would need to upgrade to the new version of this crate for the issue to be fully resolved

@Jacarte
Copy link

Jacarte commented Apr 18, 2024

Hi all !
Any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants