-
Notifications
You must be signed in to change notification settings - Fork 407
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
Deltalake 0.5 crate s3 feature dynamodb version mismatch #973
Comments
It seems like the dynamodb lock crate was not version bumped and released to crates.io. The code in the repo has the correct dependency. |
I have the same problem. Looks like we need to improve CI so that the top level build is covered. |
Hi team! |
we will release a new version after PR #1047 gets merged. |
# Description Bump version for new release in crates.io # Related Issue(s) blocks #973
published dynamodb_lock 0.4.2 with rusoto pinned to 0.48, should be fixed now. |
# Description Bump version for new release in crates.io # Related Issue(s) blocks delta-io#973
Environment
Delta-rs version: 0.5
Binding: rust cargo crate 0.5
Environment:
Bug
What happened: trying to compile a simple program that enables the s3 feature fails to compile due to a version mismatch in
rusoto_dynamodb
dependencyWhat you expected to happen: program should compile
How to reproduce it:
sample program:
Cargo.toml
command:
More details:
cargo tree shows (abbreviated):
so it looks like the
dynamodb_lock
crate requires rusoto 0.46 whereasdeltalake
requires rusoto 0.48 which is not possible in one program.The text was updated successfully, but these errors were encountered: